import { Currency } from './currency';
export interface FlowSettings {
    flow_one_currencies: Array<Currency>;
    flow_two_currencies: Array<Currency>;
}
export declare namespace FlowSettings {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=flowSettings.d.ts.map