export declare function newUuidv7Bytes(): Uint8Array; export declare function isUuidv7Bytes(bytes: unknown): bytes is Uint8Array; export declare function isPersistedEntityRidBytes(bytes: unknown): bytes is Uint8Array; export declare function uuid7BytesToHex(bytes: Uint8Array | ArrayBuffer): string; export declare function ridsEqual(a: Uint8Array | null, b: Uint8Array | null): boolean; export declare function uuid7BytesToDashedString(bytes: Uint8Array | ArrayBuffer): string; export declare function hexToUuid7Bytes(hex: string): Uint8Array; //# sourceMappingURL=uuid7.d.ts.map