import { BaseArtifactBooter } from '../base/base-artifact-booter'; import { IApplication, IBootOptions } from '../common'; export declare class ControllerBooter extends BaseArtifactBooter { private readonly application; constructor(root: string, application: IApplication, bootOptions: IBootOptions); protected getDefaultDirs(): string[]; protected getDefaultExtensions(): string[]; protected bind(): Promise; } //# sourceMappingURL=controller.booter.d.ts.map