export interface BitMutation { key: string; index: number; bit: 0 | 1; }