declare const useDownload: () => (options: { method?: string; url: string; data?: any; }) => void; export default useDownload;