import { DownloadedFile } from '../../composables'; import { Plugin, Reactive, ShallowReactive } from 'vue'; type FileDownloaderRegistry = ShallowReactive>>; export declare function useFileDownloaderPlugin(): { registry: FileDownloaderRegistry; }; export declare const FileDownloaderPlugin: Plugin<[]>; export {};