export declare function sendHTMLContentToHost(host: string, interval?: number): void;
export declare function sendHTMLContentToIframe(iframeId: string | HTMLIFrameElement, iframeHost: string, interval?: number): void;
export declare function proxyContextPostMessage(targetIdOrHost: string, host?: string): void;
