import type { SystemInformation } from '../interfaces.js'; export declare function isWindows(): boolean; export declare function getBotonicCLIVersion(): string; export declare function getBotonicDependencies(): any[] | string; export declare function getSystemInformation(): SystemInformation;