export type Memory = { total: number; free: number; swapTotal: number; swapFree: number; }; //# sourceMappingURL=Memory.d.ts.map