import type { TSESTree } from "@typescript-eslint/utils"; export declare function isSemanticComment(comment: TSESTree.BlockComment | TSESTree.LineComment, semanticComments?: string[]): boolean; //# sourceMappingURL=is-semantic-comment.d.ts.map