export declare class OfxDateUtil {
    static DateToOfxDate(date: Date, adjustment?: number): string;
    private static addLeadingZero;
}
