import { Cell } from "../JSChessEngine"; export declare const INITIAL_CELLS: Cell[][]; export declare const STATE_CELLS_WITHOUT_LONG_CASTLINGS: Cell[][];