import type { ScreenReader } from "./types"; export declare function downloadAssets(cachePath: string, screenReaders: ScreenReader[]): Promise;