import { CurrencyPair } from './currencyPair';
import { Fee } from './fee';
export interface PipsFee extends Fee {
    ccy_pair: CurrencyPair;
    value: number;
}
export declare namespace PipsFee {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=pipsFee.d.ts.map