export declare type PropertySelector = string | number | symbol; export declare type PathSelector = (string | number)[]; export declare type FunctionSelector = ((s: RootState) => S); export declare type Comparator = (x: any, y: any) => boolean;