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