export interface ToolSchema { name: string; description?: string; parameters?: unknown; } export declare function serializeToolSchemas(tools: ToolSchema[]): string; export declare function toolSchemaHash(tools: ToolSchema[]): string; //# sourceMappingURL=tool-serializer.d.ts.map