import type { Page } from 'playwright-core'; import type { AppConfig } from '../utils/config'; import type { BatchDownloadParams, BatchDownloadResult } from '../types'; export declare function batchDownload(page: Page, params: BatchDownloadParams, config: AppConfig): Promise; //# sourceMappingURL=batch-downloader.d.ts.map