import { Application } from "express"; export declare type IExpressCallback = (app: Application) => void;