interface WatchOptions { waitUntilFirstUpdate?: boolean; } export declare function watchProps(propName: string[], options?: WatchOptions): (protoOrDescriptor: any, name: string) => any; export {};