import { AccountModel } from '../account.model';
import { OfxBankAccount, OfxBankAccountFrom } from './ofx-body';
export declare class OfxBankAccountAdapter {
    static convertToAccount(accountInfo: OfxBankAccount, accountFrom?: OfxBankAccountFrom): AccountModel;
}
