import type { SheetState } from './types.js';
export declare function assertSheetState(state: SheetState): void;
