import type { ILifecycleBoot, EggCore } from '@eggjs/core'; export default class AppBoot implements ILifecycleBoot { #private; constructor(app: EggCore); configWillLoad(): Promise; }