export declare function toHexString(data: DataView): string; export declare function fromHexString(...hexParts: string[]): DataView;