declare const watchFolders: (folders: string[], mainServerPath: string) => Promise<void>;
export default watchFolders;
