import ws from 'ws'; import { TypeServerParams } from './types'; export declare function startFileWatcher(options: TypeServerParams, wsServer: ws.Server): void; //# sourceMappingURL=startFileWatcher.d.ts.map