import type { TSESLint } from '@typescript-eslint/utils'; type MessageIds = 'error-unhoisted-jest-mock'; type Options = []; declare const hoistJestMock: TSESLint.RuleModule; export { hoistJestMock }; //# sourceMappingURL=hoist-jest-mock.d.ts.map