import { FileDto } from 'axilla-shared-dto'; export declare class FileDownloadService { downloadTempFile(file: FileDto): void; }