import * as Types from '../types'; declare const getBalance: (provider: string, privateKey: string, addresses: Types.Addresses) => Promise; export default getBalance;