/**
 * Describes the fields to be displayed in the GeneralJobsInfo table component.
 * The accessors are relative to the IJob type.
 */
import { IJobInfoTable } from "../types/types";
export declare const OUTPUTS_JOBS_INFO: IJobInfoTable[];
