import { RootState } from '../../root';
export declare const getJobSmartMatches: (state: RootState, refId: string) => string[];
