import { Page } from 'playwright'; export declare const initEvaluateScript: (page: Page, script: string | Function, ...args: any[]) => Promise;