declare const RULES_VITEST_CORRECTNESS: { readonly "vitest/consistent-each-for": ["error", { readonly describe: "for"; readonly it: "for"; readonly suite: "for"; readonly test: "for"; }]; readonly "vitest/hoisted-apis-on-top": "error"; readonly "vitest/no-conditional-tests": "error"; readonly "vitest/require-local-test-context-for-concurrent-snapshots": "error"; }; declare const RULES_VITEST_STYLE: { readonly "vitest/consistent-vitest-vi": ["error", { readonly fn: "vi"; }]; readonly "vitest/no-import-node-test": "error"; readonly "vitest/prefer-called-times": "error"; readonly "vitest/prefer-import-in-mock": ["error", { readonly fixable: true; }]; readonly "vitest/prefer-importing-vitest-globals": "error"; readonly "vitest/prefer-strict-boolean-matchers": "error"; }; declare const RULES_VITEST: { readonly "vitest/consistent-vitest-vi": ["error", { readonly fn: "vi"; }]; readonly "vitest/no-import-node-test": "error"; readonly "vitest/prefer-called-times": "error"; readonly "vitest/prefer-import-in-mock": ["error", { readonly fixable: true; }]; readonly "vitest/prefer-importing-vitest-globals": "error"; readonly "vitest/prefer-strict-boolean-matchers": "error"; readonly "vitest/consistent-each-for": ["error", { readonly describe: "for"; readonly it: "for"; readonly suite: "for"; readonly test: "for"; }]; readonly "vitest/hoisted-apis-on-top": "error"; readonly "vitest/no-conditional-tests": "error"; readonly "vitest/require-local-test-context-for-concurrent-snapshots": "error"; }; export { RULES_VITEST, RULES_VITEST_CORRECTNESS, RULES_VITEST_STYLE }; //# sourceMappingURL=vitest.d.ts.map