export type CounterOperationType = "None" | "Increment" | "Delete" | "Get" | "Put" | "GetAll"; //# sourceMappingURL=CounterOperationType.d.ts.map