export declare const API_BASE_URL: string;
export declare const LOCAL_PROXY_PROVIDER: string;
export declare const SCHEMAS_BASE_URL: string;
export declare function getAdminApiBaseUrl(storeId: string): string;
export declare function getFrontendApiBaseUrl(storeId: string): string;
export declare function getLoginHost(storeId?: string): string;
export declare function getAppFrontendHost(storeId: string, installedAppId: string): string;
export declare function getStorefrontFrontendHost(storefrontSlug: string, branchId?: string): string;
export declare function getLocalFrontendHost(storeId: string, localId: string): string;
