import { BasePosition } from "./BasePosition"; /** * Represents other types of positions. * @see "Section 13.9.2.6.1, OFX Spec" */ export declare class OtherPosition extends BasePosition { }