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