export interface IQueueRate { msgPerSecond: number; maxInflight: number; } //# sourceMappingURL=IQueueRate.d.ts.map