import * as z from "zod/v4"; import { Result as SafeParseResult } from "../types/fp.js"; import { SDKValidationError } from "./errors/sdkvalidationerror.js"; export type AnthropicServerToolUsage = { webFetchRequests: number; webSearchRequests: number; }; /** @internal */ export declare const AnthropicServerToolUsage$inboundSchema: z.ZodType; export declare function anthropicServerToolUsageFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=anthropicservertoolusage.d.ts.map