import { TSESLint } from '@typescript-eslint/utils'
import { CommonOptions, TypeOption } from '../types/common-options.js'
type Options = [Partial<CommonOptions<TypeOption>>]
declare const _default: TSESLint.RuleModule<
  'unexpectedSwitchCaseOrder',
  Options,
  {
    recommended?: boolean
  },
  TSESLint.RuleListener
> & {
  name: string
}
export default _default
