import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type CPELifeCycle = { endOfLife?: boolean | undefined; endOfLifeDate?: string | undefined; releaseDate?: string | undefined; }; /** @internal */ export declare const CPELifeCycle$inboundSchema: z.ZodType; export declare function cpeLifeCycleFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=cpelifecycle.d.ts.map