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