import { BaseSellInvestmentTransaction } from "./BaseSellInvestmentTransaction";
/**
 * Transaction for buying other types of securities.
 * @see "Section 13.9.2.4.4, OFX Spec"
 */
export declare class SellOtherTransaction extends BaseSellInvestmentTransaction {
    constructor();
}
