export declare const BASE_URLS: Record<string, string>;
export declare function getBaseUrl(mode: string | null): string;
