export { createWixFetch } from './fetch.js'; export { getElevatedFetchWithAuth } from './auth.js'; export { WIX_AI_GATEWAY_BASE_URL, getProviderGatewayUrl, AUTHORIZATION_HEADER, DUMMY_API_KEY } from './constants.js'; export { ERROR_NOT_IN_WIX_ENV, ERROR_BROWSER_ENV } from './errors.js'; export type { AIProviderConfig } from './types.js'; //# sourceMappingURL=index.d.ts.map