export declare enum PulseQueueEvent {
    READY = "ready",
    ERROR = "error",
    START = "start",
    COMPLETE = "complete",
    SUCCESS = "success",
    FAIL = "fail"
}
