import { ActionParam } from '../typeHelper';
export declare function useSelectorByActions<T = any>(acions: ActionParam, selector: (state: any) => T, equalityFn?: (left: T, right: T) => boolean): T;
