export declare namespace Machine { const totalRam: () => string; const getCpu: () => string; const getCpuSpeed: () => string; const getMacAddress: () => string; const getIp: () => any; }