export declare function toBytes(hex: string): Uint8Array; export declare function fromBytes(bytes: Uint8Array): string; //# sourceMappingURL=hex.d.ts.map