import { SimpleBootHttpServer } from '../SimpleBootHttpServer'; export interface OnInit { onInit(app: SimpleBootHttpServer): Promise; } //# sourceMappingURL=OnInit.d.ts.map