import { WatchOptions } from './watch'; export declare const createWatchedReduxProperty: (propConfig: WatchOptions, proto: any, propName: string) => void; export declare const getWatchedProperties: (proto: any) => any;