import * as Actions from '../actions';
export interface JobsSmartMatchesState {
    [refId: string]: string[];
}
export declare const initialSmartMatchesState: JobsSmartMatchesState;
export declare const jobSmartMatchesReducer: (state: JobsSmartMatchesState, action: Actions.JobSmartMatchesAction) => JobsSmartMatchesState;
