import { PlaywrightPageWithExtra } from './typings'; import { Page } from 'playwright'; export declare function extendPage(page: T): PlaywrightPageWithExtra & T;