/** Generate a monotonic UUIDv7 string. */
export declare function uuidv7(): string;
