import { ReadonlyState } from './codec';
export declare function isSpecCompliantState(state: unknown): state is ReadonlyState;
