import { Currency } from './currency';
import { CurrencyPair } from './currencyPair';
export interface FromToPair {
    ccy_pair: CurrencyPair;
    currency_pair: CurrencyPair;
    from_ccy: Currency;
    value: string;
    to_ccy: Currency;
}
export declare namespace FromToPair {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=fromToPair.d.ts.map