import type { ToolExecutor } from "../types.js"; export declare function withAudit(toolName: string, executor: ToolExecutor): ToolExecutor; //# sourceMappingURL=mcp-audit.d.ts.map