import type { ToolDefinition } from '../../../utils/tool-enabled-llm/unified-client';
/**
 * Create a tool definition for executing vibe-tools commands in the development environment
 *
 * @returns A tool definition for command execution
 */
export declare function createCommandExecutionTool(options: {
    debug: boolean;
}): ToolDefinition;
