import { Service } from './core'; export declare class Bootstrap { private server; userConfigPath: string; userConfigFilePath: string; cacheConfigTemporaryFilePath: string; constructor(); private generateConfigFile; private getConfig; init(): Promise; getServer(): Service; run(isReCompile?: boolean): Promise; debounceRun: import("lodash").DebouncedFunc<() => void>; }