import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; /** * Indicates the validity of the enclosing object */ export declare const ObjectStateEnum: { readonly Valid: "VALID"; readonly Invalid: "INVALID"; }; /** * Indicates the validity of the enclosing object */ export type ObjectStateEnum = ClosedEnum; /** @internal */ export declare const ObjectStateEnum$inboundSchema: z.ZodMiniEnum; /** @internal */ export declare const ObjectStateEnum$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=objectstateenum.d.ts.map