/**
 * A basic function for wrapping the sending of postMessages to frames.
 */
export declare function sendMessage(frame: Window, payload: string, origin: string): void;
