import { JobStatusType } from '@lml/cosmo-ts-data';
export declare const JOB_STATUS: {
    [refId: string]: JobStatusType;
};
