import type { PublishedFindingV1 } from "../../deep-review/consensus.js"; export declare function stripModelHtmlComments(text: string): string; export declare function neutralizeMentions(text: string): string; export declare function sanitizeFindingField(text: string): string; export interface RenderFindingCommentInput { readonly finding: PublishedFindingV1; readonly repositoryOwner: string; readonly repositoryName: string; readonly pullRequestNumber: number; readonly headSha: string; } export declare function renderFindingCommentBody(input: RenderFindingCommentInput): string; //# sourceMappingURL=render.d.ts.map