export declare function bytesToHex(bytes: Uint8Array): string; export declare function hexToBytes(hex: string): Uint8Array; export declare function normalizeCollectionId(id: Uint8Array | string, collectionName: string): Uint8Array; //# sourceMappingURL=hex.d.ts.map