import { type RegisteredTool } from '../../server.ts'; import type { CaptureStore } from './capture.ts'; export declare function analyzeTool(captures: CaptureStore): RegisteredTool;