import { OfxInvestmentAccount } from './ofx-body';
import { AccountModel } from '../account.model';
export declare class OfxInvestmentAccountAdapter {
    static convertToAccount(accountInfo: OfxInvestmentAccount): AccountModel;
}
