import type { ReviewOptions, ReviewResult } from "./types.js"; export declare function reviewCode(code: string, filePath: string, options?: ReviewOptions): ReviewResult;