import type { Nominal, TypeChecker } from "../types.ts"; export type UUIDUppercase = Nominal; export declare const isUUIDUppercase: TypeChecker;