import { MethodDecorator } from './utils'; export interface WatchOptions { immediate: boolean; deep: boolean; } export declare function watch(key: string, options?: Partial): MethodDecorator; //# sourceMappingURL=watch.d.ts.map