import BN from "bn.js"; import { Name, NameType, Asset } from "@greymass/eosio"; export declare function bnToBigInt(num: BN): bigint; export declare function bigIntToBn(num: bigint): BN; export declare function nameToBigInt(name: NameType): bigint; export declare function bigIntToName(name: bigint): Name; export declare function nameTypeToBigInt(nameType: NameType): bigint; export declare function symbolCodeToBigInt(symbolCode: Asset.SymbolCode): bigint;