import { z } from 'zod/v4'; export declare const UserObject: z.ZodObject<{ id: z.ZodString; security: z.ZodOptional>; level: z.ZodOptional; }, z.core.$strip>; export type UserObject = z.infer;