export default class OsCmd { topCpu(): () => Promise; topMem: () => Promise; vmstats: () => Promise; processesUsers: () => Promise; diskUsage: () => Promise; who: () => Promise; whoami: () => Promise; openPorts: () => Promise; ifconfig: () => Promise; }