declare const vitestConfig: { readonly plugins: ["jest", "vitest"]; readonly rules: { readonly 'jest/consistent-test-it': "error"; readonly 'jest/expect-expect': "error"; readonly 'jest/max-expects': "error"; readonly 'jest/max-nested-describe': ["error", { readonly max: 3; }]; readonly 'jest/no-alias-methods': "error"; readonly 'jest/no-commented-out-tests': "error"; readonly 'jest/no-conditional-expect': "error"; readonly 'jest/no-conditional-in-test': "error"; readonly 'jest/no-confusing-set-timeout': "off"; readonly 'jest/no-deprecated-functions': "off"; readonly 'jest/no-disabled-tests': "error"; readonly 'jest/no-done-callback': "off"; readonly 'jest/no-duplicate-hooks': "error"; readonly 'jest/no-export': "error"; readonly 'jest/no-focused-tests': "error"; readonly 'jest/no-hooks': "off"; readonly 'jest/no-identical-title': "error"; readonly 'jest/no-interpolation-in-snapshots': "error"; readonly 'jest/no-jasmine-globals': "off"; readonly 'jest/no-large-snapshots': "error"; readonly 'jest/no-mocks-import': "error"; readonly 'jest/no-restricted-jest-methods': "error"; readonly 'jest/no-restricted-matchers': "error"; readonly 'jest/no-standalone-expect': "error"; readonly 'jest/no-test-prefixes': "error"; readonly 'jest/no-test-return-statement': "error"; readonly 'jest/no-unneeded-async-expect-function': "error"; readonly 'jest/no-untyped-mock-factory': "off"; readonly 'jest/padding-around-test-blocks': "off"; readonly 'jest/prefer-called-with': "error"; readonly 'jest/prefer-comparison-matcher': "error"; readonly 'jest/prefer-each': "error"; readonly 'jest/prefer-equality-matcher': "error"; readonly 'jest/prefer-expect-resolves': "error"; readonly 'jest/prefer-hooks-in-order': "error"; readonly 'jest/prefer-hooks-on-top': "error"; readonly 'jest/prefer-jest-mocked': "off"; readonly 'jest/prefer-lowercase-title': "off"; readonly 'jest/prefer-mock-promise-shorthand': "error"; readonly 'jest/prefer-mock-return-shorthand': "error"; readonly 'jest/prefer-spy-on': "error"; readonly 'jest/prefer-strict-equal': "error"; readonly 'jest/prefer-to-be': "error"; readonly 'jest/prefer-to-contain': "error"; readonly 'jest/prefer-to-have-been-called': "off"; readonly 'jest/prefer-to-have-been-called-times': "off"; readonly 'jest/prefer-to-have-length': "error"; readonly 'jest/prefer-todo': "error"; readonly 'jest/require-hook': "error"; readonly 'jest/require-to-throw-message': "error"; readonly 'jest/require-top-level-describe': "error"; readonly 'jest/valid-describe-callback': "error"; readonly 'jest/valid-expect': "error"; readonly 'jest/valid-title': "off"; readonly 'vitest/consistent-each-for': ["error", { readonly describe: "each"; readonly suite: "each"; readonly it: "each"; readonly test: "each"; }]; readonly 'vitest/consistent-test-filename': ["error", { readonly pattern: ".*\\.spec\\.[tj]sx?$"; readonly allTestPattern: ".*\\.(test|spec)\\.[tj]sx?$"; }]; readonly 'vitest/consistent-vitest-vi': ["error", { readonly fn: "vi"; }]; readonly 'vitest/hoisted-apis-on-top': "error"; readonly 'vitest/no-conditional-tests': "error"; readonly 'vitest/no-import-node-test': "error"; readonly 'vitest/no-importing-vitest-globals': "off"; readonly 'vitest/prefer-called-once': "off"; readonly 'vitest/prefer-called-times': "error"; readonly 'vitest/prefer-describe-function-title': "error"; readonly 'vitest/prefer-expect-type-of': "error"; readonly 'vitest/prefer-import-in-mock': "error"; readonly 'vitest/prefer-to-be-falsy': "error"; readonly 'vitest/prefer-to-be-object': "error"; readonly 'vitest/prefer-to-be-truthy': "error"; readonly 'vitest/require-local-test-context-for-concurrent-snapshots': "error"; readonly 'vitest/warn-todo': "error"; }; }; export { vitestConfig, vitestConfig as default }; //# sourceMappingURL=vitest.d.ts.map