import type { CheckContext, ObservedCheck } from "./base.js"; export declare function runToolsCheck(context: CheckContext): Promise;