import { InfoService } from '../infoService'; export declare class InfoMiddleware { protected infoPath: string; protected infoService: InfoService; resolve(app: any): ((req: any, res: any, next: any) => Promise) | ((ctx: any, next: any) => Promise); static getName(): string; } //# sourceMappingURL=info.middleware.d.ts.map