import type { CheckedState } from './core-types'; export declare const computeCheckedState: (state: T) => CheckedState; export declare const checkedStateEquals: , B extends CheckedState>(a: A, b: B) => boolean;