export declare const commands: Record<string, (args: string[]) => void>;
export declare function isCommand(name: string): boolean;
export declare function runCommand(name: string, args: string[]): void;
