export declare const getEnvVars: ({ port, appConfDir, appLogDir, appPersistentDir, appTmplDir, }: { port: number; appConfDir: string; appLogDir: string; appPersistentDir: string; appTmplDir: string; }) => { PORT: number; GRPC_PORT: number; MANAGEMENT_PORT: number; WNP_TEST_RPC_PORT: number; WNP_TEST_PETRI_PORT: number; WIX_BOOT_LABORATORY_URL: string; APP_CONF_DIR: string; APP_LOG_DIR: string; APP_PERSISTENT_DIR: string; APP_TEMPL_DIR: string; NEW_RELIC_LOG_LEVEL: string; }; export declare const getDevelopmentEnvVars: ({ port, cwd, }: { port: number; cwd?: string | undefined; }) => {}; //# sourceMappingURL=bootstrap-utils.d.ts.map