export declare function runInEachDisplayedIframe(session: WebdriverIO.Browser, cb: () => Promise<unknown> | unknown): Promise<void>;
