import { IJob } from "../doc/response/IJob";
export type JobResolve = (job: IJob) => void;
//# sourceMappingURL=JobResolve.d.ts.map