export interface SubscriptionShardingState { changeVectorForNextBatchStartingPointPerShard: Record; nodeTagPerShard: Record; processedChangeVectorPerBucket: Record; changeVectorForNextBatchStartingPointForOrchestrator: string; } //# sourceMappingURL=SubscriptionShardingState.d.ts.map