/**
 * Describes the fields to be displayed in the MetricsJobsInfo table component.
 *
 */
import { IJobInfoTable } from "../types/types";
export declare const METRICS_JOBS_INFO: IJobInfoTable[];
