import 'rxjs/add/operator/distinctUntilChanged'; import 'rxjs/add/operator/map'; import { PropertySelector, PathSelector, FunctionSelector, Comparator } from './types'; export declare function select(selector?: PropertySelector | PathSelector | FunctionSelector, comparator?: Comparator): PropertyDecorator;