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