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