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