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