import z from 'zod'; /** * Shared zod schema for UUIDv7 values that narrows the resulting string to the * branded {@link crypto.UUID} type without using a type assertion. */ export declare const UUIDSchema: z.ZodPipe>; //# sourceMappingURL=UUIDSchema.d.ts.map