import { Dictionary } from "lodash"; export declare type Job = { name: string; parameters?: Dictionary; token?: string; }; export declare type JenkinsConfig = { baseUrl: string; crumbIssuer?: boolean; promisify?: boolean; };