import { ClientSDK, WebsiteChannel } from './types.js'; export declare const createWebsiteChannel: ({ clientSdk, applicationId, }: { clientSdk?: ClientSDK; applicationId: string; }) => WebsiteChannel; //# sourceMappingURL=channel.d.ts.map