export interface Diskspace { path: string; label: string; freeSpace: number; totalSpace: number; } //# sourceMappingURL=Diskspace.d.ts.map