import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const SubType: { readonly User: "user"; readonly Organization: "organization"; }; export type SubType = OpenEnum; /** @internal */ export declare const SubType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const SubType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=subtype.d.ts.map