import type { FramebusPayload } from "./";
export declare function unpackPayload(e: MessageEvent): FramebusPayload | false;
