export declare const WIX_AI_GATEWAY_BASE_URL = "https://www.wixapis.com"; export declare const AUTHORIZATION_HEADER = "Authorization"; export declare const DUMMY_API_KEY = "wix-managed-auth"; export declare const AI_SDK_PACKAGE_NAME = "@wix/ai"; export declare function getProviderGatewayUrl(provider: string, version?: string, suffix?: string): string; //# sourceMappingURL=constants.d.ts.map