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<TokenInfo[]>;
//# sourceMappingURL=getTokenInfos.d.ts.map