import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const InheritanceAction: { readonly Add: "add"; readonly Remove: "remove"; }; export type InheritanceAction = ClosedEnum; /** @internal */ export declare const InheritanceAction$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=inheritance-action.d.ts.map