import { Application } from 'egg'; export default class ControllerAppBootHook { private readonly app; private dalTableEggPrototypeHook; private dalModuleLoadUnitHook; private transactionPrototypeHook; constructor(app: Application); configWillLoad(): void; beforeClose(): Promise; }