/// <reference types="node" />
import { UUID } from "crypto";
export declare function isValidUUIDV4(uuid: UUID): uuid is UUID;
