export declare class OfxDateUtil {
    static DateToOfxDate(date: Date): string;
    static OfxDateToDate(ofxDate: string): Date;
    private static addLeadingZero;
}
