/** Trigger a browser file download from a fetch Response with Content-Disposition: attachment. */ export declare function triggerBrowserDownload(response: Response, fallbackFilename?: string): void; //# sourceMappingURL=download.d.ts.map