import type { TSESLint } from '@typescript-eslint/utils'; export interface Options { allowEmpty?: boolean; importFunctions?: readonly string[]; webpackChunknameFormat?: string; } export type MessageId = 'leadingComment' | 'blockComment' | 'paddedSpaces' | 'webpackComment' | 'chunknameFormat' | 'webpackEagerModeNoChunkName' | 'webpackRemoveEagerMode' | 'webpackRemoveChunkName'; declare const _default: TSESLint.RuleModule; export default _default;