/**
 * Describes the fields to be displayed in the AlgorithmDetailsBox component.
 * The accessors are relative to the IJob type.
 */
export declare const ALGORITHM_DETAILS_BOX: {
    header: string;
    accessor: string;
    type: string;
}[];
