declare function time(): { current: number; uptime: number; timezone: string; timezoneName: string; }; declare function osInfo(callback: any): Promise; declare function versions(apps: any, callback: any): Promise; declare function shell(callback: any): Promise; declare function uuid(callback: any): Promise; export { time, osInfo, versions, shell, uuid }; //# sourceMappingURL=osinfo.d.ts.map