import { FileDownloadSummary } from './FileDownloadSummary';
export declare type BulkFileDownloadResponse = {
    concreteType: 'org.sagebionetworks.repo.model.file.BulkFileDownloadResponse';
    resultZipFileHandleId: string;
    fileSummary: FileDownloadSummary[];
    userId: string;
};
