import { OFXException } from "../OFXException"; export declare class NoOFXResponseException extends OFXException { constructor(message?: string); }