import * as z from "zod/v4"; export type AnthropicCitationWebSearchResultLocationParam = { citedText: string; encryptedIndex: string; title: string | null; type: "web_search_result_location"; url: string; }; /** @internal */ export type AnthropicCitationWebSearchResultLocationParam$Outbound = { cited_text: string; encrypted_index: string; title: string | null; type: "web_search_result_location"; url: string; }; /** @internal */ export declare const AnthropicCitationWebSearchResultLocationParam$outboundSchema: z.ZodType; export declare function anthropicCitationWebSearchResultLocationParamToJSON(anthropicCitationWebSearchResultLocationParam: AnthropicCitationWebSearchResultLocationParam): string; //# sourceMappingURL=anthropiccitationwebsearchresultlocationparam.d.ts.map