declare const uint8ArrayPrototype: Uint8Array & {
    toHex?: () => string;
};
