import type { Comment } from 'oxc-parser'; export declare const EMPTY_TAGS: Set; export declare function buildJSDocTagLookup(comments: Comment[], sourceText: string): (nodeStart: number) => Set;