import type { CheckResult, SystemInfo } from "../types"; export declare function gatherSystemInfo(): Promise; export declare function checkSystem(): Promise;