import { OFXException } from "./OFXException"; /** * Thrown for unsupported OFX security type. */ export declare class UnsupportedOFXSecurityTypeException extends OFXException { constructor(message: string); }