import type { JsonSchemaObject } from "../types.js"; export declare const MCP_TOOL_DESCRIPTION_CHARS = 600; export declare const MCP_FIELD_DESCRIPTION_CHARS = 200; export declare function compactDescription(text: string, maxChars: number): string; export declare function compactToolSchema(schema: JsonSchemaObject): JsonSchemaObject;