/** * Functionality to map models to comments. * * @module */ import { Comment, DeclarationReflection } from 'typedoc'; export declare function getComment(model: DeclarationReflection): Comment | undefined;