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