import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const LicenseKeyStatus: { readonly Granted: "granted"; readonly Revoked: "revoked"; readonly Disabled: "disabled"; }; export type LicenseKeyStatus = OpenEnum; /** @internal */ export declare const LicenseKeyStatus$inboundSchema: z.ZodMiniType; /** @internal */ export declare const LicenseKeyStatus$outboundSchema: z.ZodMiniType; //# sourceMappingURL=licensekeystatus.d.ts.map