export default class Watch { $watch(value: any, cb: (next?) => void): void; $unwatch(value: any): void; }