import { CommentTag, DeclarationReflection, ProjectReflection } from 'typedoc'; export declare function getTypeParameters(reflection: DeclarationReflection): string; export declare function getFlags(reflection: DeclarationReflection): string | null; export declare function tableComments(str: string): string; export declare function getTagName(tag: CommentTag): string; export declare function getDeclarationType(declaration: DeclarationReflection): import("typedoc").SomeType | undefined; export declare function getProjectDisplayName(project: ProjectReflection, includeVersion: boolean): string;