import { Page } from 'playwright';
export declare function recordDownloadsTo(downloadDirectory: string, page: Page | undefined): Promise<void>;
