import { OfxOptions } from './ofx-options';
export declare class OfxService {
    static buildAccountListRequest(options: OfxOptions): string;
    static buildStatementRequest(options: OfxOptions, debug?: boolean): string;
    private static getOfxHeaders;
    private static getSignOnMsg;
}
