import type { HostModule } from '@wix/sdk-types'; import { CreateAuthStrategy, CreateWebsiteHost, Host, SDK, WixEmbedsAPI } from './types.js'; declare global { interface Window { wixEmbedsAPI?: WixEmbedsAPI; commonConfig?: { language?: string; locale?: string; }; } } export declare const createWebsiteModule: ({ createHost, }: { createHost: CreateWebsiteHost; }) => HostModule & { host: CreateWebsiteHost; auth: CreateAuthStrategy; }; //# sourceMappingURL=websiteHostModule.d.ts.map