import { ICreateQueueOptions } from './ICreateQueueOptions.js'; export declare class CreateQueueOptions implements ICreateQueueOptions { maxInflight: number; msgPerSecond: number; active: boolean; } //# sourceMappingURL=createQueueOptions.d.ts.map