import { Namespace } from 'socket.io'; import { FileStructure } from '../structure/file-structure'; export declare function watchFileStructure(fileStructure: FileStructure, sockets: Namespace): void; //# sourceMappingURL=watch-file-structure.d.ts.map