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