/** Starts the esbuild watcher listening to change event. Additionally It will start the internal watcher to reset the esbuild process on delete and add events */
export declare function initUiWatcher(): Promise<void>;
