import type { Page } from 'playwright'; export declare const exposeFunction: (page: Page, name: string, fn: any) => Promise; //# sourceMappingURL=expose-function.d.ts.map