import type { Page } from "@playwright/test";
export declare function closeRecoveryPhraseReminder(page: Page): Promise<void>;
