export declare type ReconciliationOrderReportStatus = 'DRAFT' | 'RECONCILED' | 'REVERTED' | 'UNKNOWN';
