import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type ExtractedEndpointDataCopyright = { endYear?: number | undefined; holder?: string | undefined; startYear?: number | undefined; text?: string | undefined; }; /** @internal */ export declare const ExtractedEndpointDataCopyright$inboundSchema: z.ZodType; export declare function extractedEndpointDataCopyrightFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=extractedendpointdatacopyright.d.ts.map