import { Fetcher } from '../../Fetcher'; import { Job } from '../../Job'; export declare const jobs: Job[]; export declare const fetchers: Fetcher[];