import { CommandRegistry, Command } from './types.js'; export declare const commandRegistry: CommandRegistry; export declare function getAllCommands(): Command[]; export declare function parseCommand(input: string): { command: string; args: string[]; }; export declare function executeCommand(input: string): Promise; //# sourceMappingURL=index.d.ts.map