export type HostOsIdentity = { distro_id?: string; distro_name?: string; }; export declare function readHostOsIdentity(platform?: string): HostOsIdentity; export declare function hostOsIdentityEnv(platform?: string): Record;