4 lines
188 B
TypeScript
4 lines
188 B
TypeScript
|
|
import type { CheckResult, ToolsSummary } from "../types";
|
||
|
|
export declare function gatherToolsSummary(): Promise<ToolsSummary>;
|
||
|
|
export declare function checkTools(): Promise<CheckResult>;
|