import { Page } from 'playwright'; export declare const setState: (page: Page, savePath: string) => Promise;