export { JobArgs, JobState } from "./job";
export type Job = import("./job").Job;
export declare const Job: typeof import("./job").Job;
