import chokidar from 'chokidar'; export declare function initialPreviewBufferUpload(accountId: any, src: any, dest: any, filePaths: any, uploadOptions: any): Promise; export declare const startPreviewWatcher: (accountId: any, src: string, dest: string) => Promise; export declare function isModuleFolderChild(filePath: string): boolean;