export type ItemSelector<TState, TOut> = (state: TState) => TOut;
//# sourceMappingURL=itemSelector.d.ts.map