import { Observable } from 'rxjs'; import { ConnectOptions } from '../store/connect'; /** * Select data from the memoized state */ export declare function select(key: string, options?: Partial): Observable;