declare const getEnv: (mark?: string, hostname?: string) => string; declare const getBaseUrl: (env?: string, isOpenApi?: boolean) => string; declare const getLocationEnv: () => string; export { getEnv, getBaseUrl, getLocationEnv };