import { type CellJson } from '../CellJson'; export declare const isCellJson: (value: unknown) => value is CellJson;