import type { ISession } from '../../session/types.js'; import type { ProcessSiteOptions } from '../../process/site.js'; export declare function watchContent(session: ISession, serverReload: () => void, opts: ProcessSiteOptions): void; //# sourceMappingURL=watch.d.ts.map