import { tool } from '@opencode-ai/plugin'; import type { ToolContext } from './types'; export declare function createReviewTools(ctx: ToolContext): Record>; //# sourceMappingURL=review.d.ts.map