import { JOB_STATUS } from '../mcf'; export declare const mapIcmsToMcfJobStatuses: (id: number) => import("../mcf").IJobStatus | undefined; export declare const mapMcfToIcmsJobStatuses: (id: JOB_STATUS) => { id: number; status: string; } | undefined;