export interface DownloadRepository { prepare(projectId: string, format: string, exportApproved: boolean): Promise download(projectId: string, taskId: string): void }