/** * Get current host OS information * * @returns Object of OS type and version */ export declare function getOSInfo(): { osType: string; osVersion: string; };