import { Inject } from '@nestjs/common'; /** * Injects Bull's queue instance with the given name * @param name queue name * * @publicApi */ export declare const InjectQueue: (name?: string) => ReturnType; //# sourceMappingURL=inject-queue.decorator.d.ts.map