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