import { BoardPosition } from "./types"; export declare const COLUMNS: string[]; export declare const START_POSITION_OBJECT: BoardPosition; export declare const WHITE_COLUMN_VALUES: { [col in string]: number; }; export declare const BLACK_COLUMN_VALUES: { [col in string]: number; }; export declare const WHITE_ROWS: number[]; export declare const BLACK_ROWS: number[];