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