import { type Emit, type Teardown } from './types.js'; interface DownloadOptions { capturePreview?: boolean; } export declare function installDownload(emit: Emit, opts?: DownloadOptions): Teardown; export {};