import * as jspb from 'google-protobuf' export enum SyncRuleFunction { ADD = 0, GET = 1, CLEAR = 2, COMPARE = 3, }