import { Application } from 'express';
import { Container } from 'inversify';
export declare const app: (container: Container) => (a?: ((app: Application) => void) | undefined) => void;
//# sourceMappingURL=app.d.ts.map