import type { BrowserContext, Page } from '@playwright/test'; export declare function getNotificationPageAndWaitForLoad(context: BrowserContext, extensionId: string, maxRetries?: number): Promise; //# sourceMappingURL=getNotificationPageAndWaitForLoad.d.ts.map