import type { FunctionDefinition } from "./types.js"; /** * Validate that a function's UI config is compatible with its outputs schema */ export declare function validateUiConfig(toolName: string, tool: FunctionDefinition): void;