import type { CheckResult, ToolsSummary } from "../types"; export declare function gatherToolsSummary(): Promise; export declare function checkTools(): Promise;