/** * Generate a UUID v7 (timestamp-based, RFC 9562). */ declare function uuidv7(): string; export { uuidv7, uuidv7 as default };