export declare function selectByIds(selector: (state: S, ids: Props) => K, ids: Props): (state: S) => K;