import { BpspFeeContract } from './bpspFeeContract';
export interface MerchantBpspSettings {
    fee_contracts?: Array<BpspFeeContract>;
}
export declare namespace MerchantBpspSettings {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=merchantBpspSettings.d.ts.map