import { RootState } from '../../root';
import { JobDelayModel } from '@lml/cosmo-ts-data';
export declare const getJobDelay: (state: RootState, refId: string) => JobDelayModel;
