import type { CommentInfo, FilterResult } from "../types"; export declare function filterBddComments(comment: CommentInfo): FilterResult;