/**
 * Defines the unit for a miscellaneous fee.
 * tag: 891
 * @readonly
 * @enum {number} (int)
 */
export declare enum MiscFeeBasis {
    Absolute = 0,
    PerUnit = 1,
    Percentage = 2
}
