export declare const eslintImportsRules: { readonly 'import-x/no-unresolved': "off"; readonly 'import-x/named': "off"; readonly 'import-x/default': "off"; readonly 'import-x/namespace': "off"; readonly 'import-x/no-restricted-paths': "off"; readonly 'import-x/no-absolute-path': 2 | 1; readonly 'import-x/no-dynamic-require': 2 | 1; readonly 'import-x/no-internal-modules': readonly ["error", { readonly allow: readonly [`*/index.{${string}}`, `./index.{${string}}`, "rxjs/operators", "solid-js/web", "@testing-library/jest-dom/**", "react-dom/client", "preact/**", "immer/**", "firebase/*", "firebase-functions/**", "@blueprintjs/*", "@material-ui/**", "@mui/material", "@fontsource/**", "resize-observer/lib/ResizeObserverEntry", "vitest/config", "zx/globals"]; }]; readonly 'import-x/no-webpack-loader-syntax': "error"; readonly 'import-x/no-self-import': "error"; readonly 'import-x/no-cycle': 2 | 1; readonly 'import-x/no-useless-path-segments': 2 | 1; readonly 'import-x/no-relative-parent-imports': "off"; readonly 'import-x/consistent-type-specifier-style': readonly ["error", "prefer-inline"]; readonly 'import-x/no-relative-packages': 2 | 1; readonly 'import-x/export': "off"; readonly 'import-x/no-named-as-default': "error"; readonly 'import-x/no-named-as-default-member': "off"; readonly 'import-x/no-deprecated': "off"; readonly 'import-x/no-extraneous-dependencies': "off"; readonly 'import-x/no-mutable-exports': "error"; readonly 'import-x/no-unused-modules': "off"; readonly 'import-x/unambiguous': "error"; readonly 'import-x/no-commonjs': "off"; readonly 'import-x/no-amd': "error"; readonly 'import-x/no-nodejs-modules': "off"; readonly 'import-x/no-import-module-exports': "off"; readonly 'import-x/first': readonly ["error", "absolute-first"]; readonly 'import-x/exports-last': "off"; readonly 'import-x/no-duplicates': 2 | 1; readonly 'import-x/no-namespace': "off"; readonly 'import-x/extensions': readonly ["error", "never", { readonly pattern: { readonly json: "always"; readonly mjs: "always"; }; }]; readonly 'import-x/order': "off"; readonly 'import-x/newline-after-import': readonly ["error", { readonly considerComments: false; readonly count: 1; }]; readonly 'import-x/max-dependencies': "off"; readonly 'import-x/no-unassigned-import': readonly ["error", { readonly allow: readonly ["**/*.css", "@testing-library/jest-dom/**", "solid-js", "zx/globals"]; }]; readonly 'import-x/no-named-default': "off"; /** * Prohibit default exports as renaming on the definition side is not * reflected on the import side */ readonly 'import-x/no-default-export': "error"; readonly 'import-x/prefer-default-export': "off"; readonly 'import-x/no-named-export': "off"; readonly 'import-x/no-anonymous-default-export': 2 | 1; readonly 'import-x/group-exports': "off"; readonly 'import-x/dynamic-import-chunkname': "off"; readonly 'import-x/no-empty-named-blocks': "error"; readonly 'import-x/no-rename-default': 2 | 1; readonly 'import-x/prefer-namespace-import': "off"; readonly 'import-x/imports-first': 0; }; //# sourceMappingURL=eslint-import-rules.d.mts.map