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