import type { TSESLint } from '@typescript-eslint/utils'; type MessageIds = 'expected-typedef' | 'expected-typedef-named'; type Options = []; declare const typedefVar: TSESLint.RuleModule; export { typedefVar }; //# sourceMappingURL=typedef-var.d.ts.map