4 lines
183 B
TypeScript
4 lines
183 B
TypeScript
|
|
import type { CheckResult, SystemInfo } from "../types";
|
||
|
|
export declare function gatherSystemInfo(): Promise<SystemInfo>;
|
||
|
|
export declare function checkSystem(): Promise<CheckResult>;
|