export declare const getIframe: () => HTMLIFrameElement; export declare const setIframe: (iframe: HTMLIFrameElement | null) => HTMLIFrameElement; export declare const cleanCaches: () => void;