import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const AddonStatus: { readonly Active: "active"; readonly Cancelled: "cancelled"; readonly Pending: "pending"; }; export type AddonStatus = OpenEnum; /** @internal */ export declare const AddonStatus$inboundSchema: z.ZodMiniType; //# sourceMappingURL=addon-status.d.ts.map