export declare const fromBytes: (bytes: Uint8Array) => string; export declare const toBytes: (hex: string) => Uint8Array;