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