import type { Page } from '@playwright/test'; export declare const waitUntilStable: (page: Page) => Promise; export declare const waitForSelector: (selector: string, page: Page, timeout: number) => Promise; export declare const waitForMetaMaskLoad: (page: Page) => Promise; export declare const waitForMetaMaskWindowToBeStable: (page: Page) => Promise; export declare const fixCriticalError: (page: Page, maxRetries?: number) => Promise; export declare function waitFor(action: () => Promise, timeout: number, shouldThrow?: boolean): Promise; //# sourceMappingURL=waitFor.d.ts.map