import { SystemInfo, NetworkInterfaceInfo } from "./types";
export declare function getSystemInfo(): SystemInfo;
export declare function clearSystemInfoCache(): void;
export declare function getNetworkInterfaces(): NetworkInterfaceInfo[];
//# sourceMappingURL=systemUtilities.d.ts.map