import { OfxStatementTransactionList } from './ofx-body';
export declare class OfxStatementDateAdapter {
    static convertStatementDate(transactionsList: OfxStatementTransactionList): any;
}
