export declare type StatusType = 'repeating' | 'scheduled' | 'queued' | 'completed' | 'failed' | 'running';