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