import { CommentTag, Context, Reflection } from 'typedoc';
import ts from 'typescript';
export declare function parseTag(tag: CommentTag, valueDeclaration: ts.Declaration): CommentTag;
export declare function getValueDeclaration(context: Context, reflection: Reflection, sig?: ts.SignatureDeclaration): ts.Declaration | undefined;
