/// import { HexString } from "aptos"; import { Buffer } from "buffer"; export declare function HexBuffer(hex: HexString | string): Buffer;