import type { ProviderAPI } from './types'; export { handshakeCode } from '@wix/communication-channel'; export * from './types'; interface ProvideParams { api: ProviderAPI; port: MessagePort; } export declare function provideSDKApi({ api, port }: ProvideParams): void; //# sourceMappingURL=provider.d.ts.map