import { type State, type ReadWriteState } from '../state/unified-state'; export declare function expectReadWriteState(state: State): asserts state is ReadWriteState; //# sourceMappingURL=read-write-state.d.ts.map