import z from 'zod'; export declare const locationUuidModelSchema: z.core.$ZodBranded; export type LocationUuid = z.infer;