import type { Application, IBoot } from 'egg'; export default class App implements IBoot { private readonly app; constructor(app: Application); configWillLoad(): void; beforeClose(): Promise; }