/**
 * An audit record can have one of the following change type
 */
export declare enum ChangeType {
    ADDED,
    REPLACED,
    REMOVED
}
//# sourceMappingURL=ChangeType.d.ts.map