import { ESLintUtils } from "@typescript-eslint/utils"; type Options = [{ allowPattern: string; }]; declare const _default: ESLintUtils.RuleModule<"unexpectedComment", Options, unknown, ESLintUtils.RuleListener>; export default _default;