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