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