import { IFrameOptions } from '../interfaces'; export declare function createHiddenFrame(): HTMLIFrameElement; export declare function runIframe(url: string, options: IFrameOptions): Promise; //# sourceMappingURL=iframe.d.ts.map