declare function fsSize(drive: any, callback: any): Promise; declare function fsOpenFiles(callback: any): Promise; declare function blockDevices(callback: any): Promise; declare function fsStats(callback: any): Promise; declare function disksIO(callback: any): Promise; declare function diskLayout(callback: any): Promise; export { fsSize, fsOpenFiles, blockDevices, fsStats, disksIO, diskLayout }; //# sourceMappingURL=filesystem.d.ts.map