import { Observable } from 'rxjs'; export declare const getProperty: (property: string | string[]) => any; export declare const getPropertyMap: (property: string | string[]) => () => any; export declare function subscribeToProperty(property?: string | string[]): Observable; export declare const filterOnChange: (property: string | string[]) => (newValue: any) => boolean;