/** * Start watching the .leash file for changes. * Automatically recompiles on every save. */ export declare function startLeashWatcher(dir?: string): Promise; /** * Stop watching the .leash file. */ export declare function stopLeashWatcher(): Promise; /** * Check if compiled cache exists and is up-to-date. */ export declare function hasCompiledCache(dir?: string): boolean; /** * Force recompile the .leash file. */ export declare function forceRecompile(dir?: string): Promise; //# sourceMappingURL=watcher.d.ts.map