export interface JSDocMetadata {
    description: string;
    tags: Record<string, string[]>;
}
