import { OfxInvestmentStatementResponse } from './index';
import { AccountBalanceModel } from '../account-balance.model';
export declare class OfxInvestmentBalanceAdapter {
    static convertToAccountBalance(statementResponse: OfxInvestmentStatementResponse): AccountBalanceModel;
    private static getPosition;
    private static getMarketValue;
}
