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