import { TypeResolver, Argument } from './types/abi.js'; import { ByteString } from './types/primitives.js'; export declare function hex2int(hex: string): bigint; export declare function hex2bool(hex: string): boolean; export declare function hex2bytes(hex: string): ByteString; export declare function deserializeArgfromHex(resolver: TypeResolver, arg: Argument, opcodesMap: Map): Argument; //# sourceMappingURL=deserializer.d.ts.map