import { Page } from 'playwright'; import { LogCallback } from '../../web/interceptConsoleLogs'; export declare const interceptConsoleLogs: (page: Page, callback: LogCallback) => Promise;