import { OFXException, Error } from "../../OFXException";
/**
 * Error with a particular OFX connection.
 */
export declare class OFXConnectionException extends OFXException {
    constructor(message: string, e?: Error);
}
