export declare function onFileChange(onFileChangeCallback: (filePath: string) => any, { /** Autoclose watcher on first change */ autoClose, /** Await until a file change occurs */ awaitChange }?: { autoClose?: boolean; awaitChange?: boolean; }): Promise;