import { shallowEqual } from './utils';
import type { Selector } from './types';
export declare function useReStateSelector<T, S = T>(selector: Selector<T, S>, isEquals?: typeof shallowEqual): S;
