/** Begin watching, and keep watching whatever project the page points at. */ export declare function startWatching(): void; /** Stop watching. For tests, and for a server that is shutting down. */ export declare function stopWatching(): void; /** Which directories are being watched right now. Exported for the test. */ export declare function watching(): string[];