import * as ts from'typescript';
importtype { TSESTree } from'./ts-estree';
/**
* Convert all comments for the given AST.
* @param ast the AST object
* @returns the converted ESTreeComment
* @private
*/exportdeclarefunctionconvertComments(ast: ts.SourceFile): TSESTree.Comment[];