import { z } from 'zod'; export declare const userUuidSchema: z.core.$ZodBranded; export type UserUuid = z.infer;