import type { Job } from './Job.js'; export interface JobProvider { get jobs(): Job[]; } //# sourceMappingURL=JobProvider.d.ts.map