export default function iframeOnMessage(options: { messageDispatcher: T; postResponse: (messageId: string, data: any, transfer?: Transferable[]) => void; receiveResponse: (messageId: string, data: any) => void; originWhiteList?: string[]; }): () => void;