import type { TSESTree } from "@typescript-eslint/utils"; import type { RuleContext } from "@typescript-eslint/utils/ts-eslint"; import type { Options } from "../../typings.options.js"; export declare function limitMultiLineComments(ruleContext: RuleContext, options: Options, comments: TSESTree.Comment[]): void; //# sourceMappingURL=root.d.ts.map