import { ESLintUtils } from "@typescript-eslint/utils";
import { MessageIds } from "../../const.message-ids.js";
import { type Options } from "../../typings.options.js";
export declare const limitTaggedTemplateLiteralCommentsRule: ESLintUtils.RuleModule<MessageIds, [Options & {
    tags: string[];
}], unknown, ESLintUtils.RuleListener>;
//# sourceMappingURL=rule.d.ts.map