import { PulseQueueEvent } from "../enums";
export declare const OnQueueEvent: (type: PulseQueueEvent, jobName?: string) => MethodDecorator;
export declare const OnQueueReady: () => MethodDecorator;
export declare const OnQueueError: () => MethodDecorator;
export declare const OnJobStart: (jobName?: string) => MethodDecorator;
export declare const OnJobComplete: (jobName?: string) => MethodDecorator;
export declare const OnJobSuccess: (jobName?: string) => MethodDecorator;
export declare const OnJobFail: (jobName?: string) => MethodDecorator;
