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