import { EmscriptenDownloadMonitor } from '@php-wasm/progress'; export declare const CACHE_FOLDER: string; export declare function fetchSqliteIntegration(monitor: EmscriptenDownloadMonitor): Promise; export declare function cachedDownload(remoteUrl: string, cacheKey: string, monitor: EmscriptenDownloadMonitor): Promise; export declare function readAsFile(path: string, fileName?: string): File;