declare const useBoard: () => [Board, ({ start, end }: { start: number, end: number }) => void]; export = useBoard;