import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type CheckoutCreatedMetadata = { checkoutId: string; checkoutStatus: string; productId?: string | undefined; }; /** @internal */ export declare const CheckoutCreatedMetadata$inboundSchema: z.ZodMiniType; export declare function checkoutCreatedMetadataFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=checkoutcreatedmetadata.d.ts.map