import { AccountDashboardChange } from './account-dashboard-change'; import { AccountDashboardDataPoint } from './account-dashboard-datapoint'; export declare class AccountDashboard { history: AccountDashboardDataPoint[]; wallet: AccountDashboardChange; }