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