import type { FileDownloadPlugin } from './definitions'; declare const FileDownload: FileDownloadPlugin; export * from './definitions'; export { FileDownload };