import { Command } from '../game/types';
export declare function parseCommand(input: string): Command;
