import { TSESLint } from '@typescript-eslint/utils'; import { Options } from '../meta.js'; declare const expect: TSESLint.RuleModule<"CouldNotRequireTypeScript" | "DuplicateTSVersionName" | "ExpectedErrorNotFound" | "ExpectedErrorNotFoundForVersion" | "Multiple$ExpectTypeAssertions" | "OrphanAssertion" | "SyntaxError" | "TypesDoNotMatch" | "TypesDoNotMatchForVersion" | "TypeSnapshotDoNotMatch" | "TypeSnapshotDoNotMatchForVersion" | "TypeSnapshotNotFound", [Options], { requiresTypeChecking?: boolean; }, TSESLint.RuleListener>; export { expect };