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