import { type AxiosResponse } from "axios"; export declare function downloadFile(fileName: string, data: any): void; export declare const parseNameFromContentDisposition: (response: Pick, "headers">) => string | undefined; //# sourceMappingURL=downloadFile.d.ts.map