import { rpc, sc } from "@cityofzion/neon-core"; export interface TokenInfo { symbol: string; decimals: number; totalSupply: string; } export declare function getTokenInfos(contracts: (string | sc.Nep17Contract)[], client: rpc.NeoServerRpcClient): Promise; //# sourceMappingURL=getTokenInfos.d.ts.map