import * as ts from "typescript"; export interface ApiMetadataDto { DocumentationComment: string; JSDocTags: JSDocTagItem[]; } export declare type DocumentationCommentsItem = ts.SymbolDisplayPart; export declare type JSDocTagItem = ts.JSDocTagInfo;