import type { UUID } from "./types";
export declare function v4(): UUID;
