import { ESLintUtils } from '@typescript-eslint/utils'; /** An ESLint rule to ban unsafe type assertions. */ export declare const noUnsafeTypeAssertion: ESLintUtils.RuleModule & { name: string; }; //# sourceMappingURL=no-unsafe-type-assertion.d.mts.map