import { CommentParagraphContent, CommentParam } from 'types'; export declare function extractParamDescription(rawRagName: string, s: string): CommentParam; export declare function trimParagraphContent(p?: CommentParagraphContent): CommentParagraphContent | undefined; //# sourceMappingURL=utils.d.ts.map