import type BootstrapPathManager from './bootstrap-path-manager'; import type { EnvironmentVariables } from '../types'; import HttpServer from './http-server'; export default function bootstrap(vars: EnvironmentVariables, httpServer: HttpServer, paths: BootstrapPathManager): Promise; //# sourceMappingURL=bootstrap.d.ts.map