export declare type ReconciliationReportStatus = 'DRAFT' | 'RECONCILED' | 'REVERTED' | 'PENDING' | 'UNKNOWN';
