import { z } from "zod/mini"; //#region src/content/uid.d.ts declare const UIDContentSchema: z.ZodMiniObject<{ __TYPE__: z.ZodMiniLiteral<"UIDContent">; value: z.ZodMiniString; }, z.core.$strip>; type UIDContent = z.infer; //#endregion export { UIDContent }; //# sourceMappingURL=uid.d.ts.map