export declare function useDownload(): { downloadFile: (url: string, filename?: string, token?: string, headers?: Record) => Promise; isDownloading: import('vue').Ref; };