import { OFXException } from '../OFXException'; export declare class OFXParseException extends OFXException { constructor(message: string); }