import { TSESTree } from "@typescript-eslint/utils";
export declare function getJSDocComments(comments: readonly TSESTree.Comment[]): readonly TSESTree.Comment[];
export declare function getTextFromJSDocComment(comment: string): string;
//# sourceMappingURL=jsdoc.d.ts.map