export interface ReviewOptions { prUrl?: string; agent?: string; } export declare function runReview(opts: ReviewOptions): Promise; //# sourceMappingURL=review.d.ts.map