export declare type DownloadConfig = { isBlob?: boolean; mimeType?: 'text/plain' | 'video/mp4'; name: string; };