export declare function getBackendApiUrlMap(): any; export declare function getBackendApiUrlForCurrentInstance(): any; export type Environment = "dev" | "stage" | "prod";