import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { Tool } from "./tool.js"; export type ToolsListResponse = { tools?: Array | undefined; }; /** @internal */ export declare const ToolsListResponse$inboundSchema: z.ZodType; export declare function toolsListResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=toolslistresponse.d.ts.map