import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { Agent } from "./agent.js"; export type SearchAgentsResponse = { agents?: Array | undefined; }; /** @internal */ export declare const SearchAgentsResponse$inboundSchema: z.ZodType; export declare function searchAgentsResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=searchagentsresponse.d.ts.map