/** * AST-aware tools — wrapper over `ast-grep` (`sg`) binary for structural * code search and rewrite. * * Gracefully degrades when `sg` is not installed: tools return an * "unavailable" message instead of crashing. */ import { tool } from '@opencode-ai/plugin'; import type { ToolContext } from './types'; export declare function createAstTools(ctx: ToolContext): Record>; //# sourceMappingURL=ast.d.ts.map