export declare type ChangeHistoryOperation = 'CREATE' | 'UPDATE' | 'DELETE' | 'UNKNOWN';
