import { Epic } from 'redux-observable';
import { AppState } from '../../common/reducers';
export declare const jobLabelNotifications: Epic<any, AppState, any>;
