import { Context, InyApp } from '../types/index'; declare function inyApp(ctx: T): InyApp; export default inyApp;