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