import { z } from 'zod'; export declare const attachmentIdSchema: z.ZodUUID; export type AttachmentId = z.infer;