import { attachmentsService } from '../apps'; export declare function downloadFileLegacy(dataURI: string, fileName: string): Promise; export default function downloadAttachment(attachment: attachmentsService.Attachment): Promise;