export type Disk = { name: string; fileSystem: string; totalSpace: number; availableSpace: number; mountPoint: string; isRemovable: boolean; readBytes: number; writtenBytes: number; }; //# sourceMappingURL=Disk.d.ts.map