import { Addresses } from '../../types'; export default function (provider: string, privateKey: string, address: Addresses): Promise<{ balance: any; derivativeWithdrawn: any; shareBalance: any; } | { balance?: undefined; derivativeWithdrawn?: undefined; shareBalance?: undefined; }>;