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