/**
 * Defines the treatment of non-cash dividends.
 * - Tag: 42258
 * - FIX Specification type: int
 * - Mapped type: number
 * @readonly
 * @public
 */
export declare const NonCashDividendTreatment: Readonly<{
    readonly PotentialAdjustment: 0;
    readonly CashEquivalent: 1;
}>;
