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