import { ApiRequest } from "../@types";
export declare const downloadData: ({ url, endpoint, errorFn, pathRest, params, headers, apiName, fileName, download, methods, onSuccess, }?: Partial<ApiRequest<any> & {
    download?: boolean | undefined;
}>) => Promise<string | undefined>;
