export declare const EVENT_SUBSCRIBER_STATUS: {
    PENDING: string;
    RUNNING: string;
    COMPLETE: string;
};
