UNPKG

hana-cli

Version:
4 lines 285 B
import { ToolDefinition, ToolResponse } from './types.js'; export declare function getContentToolDefinitions(): ToolDefinition[]; export declare function handleContentTool(commandName: string, args: Record<string, any>): ToolResponse | null; //# sourceMappingURL=content-tools.d.ts.map