import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const FeatureType: { readonly Metered: "metered"; readonly Boolean: "boolean"; readonly Static: "static"; readonly Config: "config"; }; export type FeatureType = OpenEnum; /** @internal */ export declare const FeatureType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const FeatureType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=feature-type.d.ts.map