import { ChessGame } from './types'; export declare const createChessGame: (fen?: string | undefined) => ChessGame;