import type { Host } from '@wix/sdk-types'; import { OpenedChannel } from '@wix/communication-channel'; import { ProviderAPI } from '../types'; export declare const showError: (channel: OpenedChannel) => Host["showError"]; //# sourceMappingURL=showError.d.ts.map