declare type JobCallback = () => Promise<Stop> | Stop;
