export declare class ChessCLI {
    private game;
    start(): Promise<void>;
    private getGameConfig;
    private gameLoop;
    private handlePlayerTurn;
    private isValidSquare;
    private showHelp;
}
//# sourceMappingURL=cli.d.ts.map