import { z } from 'zod'; export declare const AccessLinkSchema: z.ZodObject<{ uuid: z.ZodString; createdAt: z.ZodEffects; updatedAt: z.ZodEffects; }, "strip", z.ZodTypeAny, { uuid: string; createdAt: Date; updatedAt: Date; }, { uuid: string; createdAt: string; updatedAt: string; }>; //# sourceMappingURL=access-link.schema.d.ts.map