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<import("./types.js").CommandResult>;
//# sourceMappingURL=index.d.ts.map