import { App } from "../../App"; export declare class IframeModule { private static instance; private app; constructor(app: App, origins?: string[]); private setEventListeners; static getInstance(app: App, origins?: string[]): IframeModule; private handleCustomMessages; private sendSnapshotCreated; private sendSnapshotError; } export declare function redirectParentPage(url: string, parentUrl: string): void;