/** Indicates the type of operation delivered by {@link IPubSubDataUpdateData`1}. */ export declare enum PubSubDataUpdateVerb { /** Data was added. */ Add = "Add", /** Data was updated. */ Set = "Set", /** Data was removed. */ Remove = "Remove" } //# sourceMappingURL=pub_sub_data_update_verb.d.ts.map