export declare enum JobProcessorType {
    DEFINE = "define",
    EVERY = "every",
    SCHEDULE = "schedule",
    NOW = "now"
}
