import type { UUID, Namespace } from "./types";
export declare function v5(name: string, namespace: Namespace): UUID;
