import { Page } from 'playwright';
export type FocusedPage = {
    current: Page | null;
};
//# sourceMappingURL=FocusedPage.d.ts.map