import { Step, JobOptions } from "../class"; export declare function job(title: string, steps: Step[]): (args: T, options?: JobOptions) => Promise;