import type { ILifecycleBoot, EggCore } from '@eggjs/core'; export default class Boot implements ILifecycleBoot { private agent; constructor(agent: EggCore); didLoad(): Promise; }