export interface ICommissionRates { rate: string; maxRate: string; maxChangeRate: string; } //# sourceMappingURL=ICommissionRates.d.ts.map