export declare const DEFAULT_ENVIRONMENT = "stag";
export declare const DEFAULT_BASE_URL_CREATOR: (env: string) => string;
