import type { GhWrapper, IssueComment } from '@generacy-ai/cockpit'; export declare function findClarificationComment(gh: GhWrapper, repo: string, number: number): Promise; //# sourceMappingURL=clarification-comment-finder.d.ts.map