import type { Page } from '@playwright/test'; /** * A more advanced version of the `MetaMask.unlock()` function that incorporates various workarounds for MetaMask issues, among other things. * This function should be used instead of the `MetaMask.unlock()` when passing it to the `testWithSynpress` function. * * @param page - The MetaMask tab page. * @param password - The password of the MetaMask wallet. */ export declare function unlockForFixture(page: Page, password: string): Promise; //# sourceMappingURL=unlockForFixture.d.ts.map