export type Cursor = {
  readonly timetoken: string;
  readonly region: number;
};
