import { keyType } from './types'; /** * Get store by Key * @param key */ export declare function getState(key: K | keyType): S;