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