import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const Status: { readonly Published: "published"; readonly Deleted: "deleted"; readonly Archived: "archived"; }; export type Status = OpenEnum; /** @internal */ export declare const Status$inboundSchema: z.ZodMiniType; /** @internal */ export declare const Status$outboundSchema: z.ZodMiniType; //# sourceMappingURL=status.d.ts.map