export declare type ReportJobStatus = 'COMPLETED' | 'IN_PROGRESS' | 'FAILED';
