import { OS } from '../types'; export declare function detectOS(): OS; export declare function getUbuntuVersion(): string | undefined;