import type { ResolvedCliOptions } from '../../utils/config/cli-options';
/** 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 initFunctionWatcher(cliOptions: ResolvedCliOptions): Promise<void>;
