export declare function createWatcher(path: string, type: string, callback: (...args: any[]) => void): void;
