export declare function fromHex(hex: string): Uint8Array;
export declare function toHex(data: Uint8Array): string;
//# sourceMappingURL=hex.d.ts.map