import type { UniqueKey } from '../core/types';
export declare function createReStateSelect<S>(key: UniqueKey): () => S;
