import type { Mutation } from '../../../zero-protocol/src/push.ts'; export type ClientID = string; export type ClientState = { socket: WebSocket; pending: Mutation[]; clockBehindByMs: number | undefined; }; //# sourceMappingURL=client-state.d.ts.map