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