/** Generate a time-ordered UUIDv7. A supplied timestamp is preserved for follower ids. */ export declare function uuidv7(timestampMs?: number): string; //# sourceMappingURL=uuid.d.ts.map