import { Observable } from 'rxjs'; export declare class Selector { static selectByPath(path: string): (source$: Observable) => Observable; }