import { OFXV1Connection } from "./OFXV1Connection";
import { OFXWriter } from "../../io/OFXWriter";
import { OutputBuffer } from "../../io/StreamWriter";
export declare class OFXV2Connection extends OFXV1Connection {
    protected newOFXWriter(out: OutputBuffer): OFXWriter;
}
