/** * Initialize the file watcher for the API server * Watches for changes in the API source directory and rebuilds/restarts as * needed * * Also watches package sources so that changes to workspace packages used by * the API trigger a rebuild/restart (HMR for API-side workspace packages). */ export declare function startWatch(): Promise; //# sourceMappingURL=watch.d.ts.map