export { uuid7FromTime } from "./utils/_uuid.js";
/**
 * Generate a random UUID v7 string.
 */
export declare function uuid7(): string;
