import * as plugin from "@effect/eslint-plugin/plugin"; declare const _default: ({ rules: { "array-bracket-newline": string; "array-bracket-spacing": string; "array-element-newline": string; "arrow-body-style": string; "arrow-parens": string; "arrow-spacing": string; "block-spacing": string; "brace-style": string; "comma-dangle": string; "comma-spacing": string; "comma-style": string; "computed-property-spacing": string; curly: string; "dot-location": string; "eol-last": string; "func-call-spacing": string; "function-call-argument-newline": string; "function-paren-newline": string; "generator-star": string; "generator-star-spacing": string; "implicit-arrow-linebreak": string; indent: string; "indent-legacy": string; "jsx-quotes": string; "key-spacing": string; "keyword-spacing": string; "linebreak-style": string; "max-len": string; "multiline-ternary": string; "new-parens": string; "newline-per-chained-call": string; "no-arrow-condition": string; "no-comma-dangle": string; "no-confusing-arrow": string; "no-extra-semi": string; "no-floating-decimal": string; "no-mixed-spaces-and-tabs": string; "no-multi-spaces": string; "no-multiple-empty-lines": string; "no-reserved-keys": string; "no-spaced-func": string; "no-space-before-semi": string; "no-tabs": string; "no-trailing-spaces": string; "no-whitespace-before-property": string; "no-wrap-func": string; "nonblock-statement-body-position": string; "object-curly-newline": string; "object-curly-spacing": string; "object-property-newline": string; "one-var-declaration-per-line": string; "operator-linebreak": string; "padded-blocks": string; "quote-props": string; quotes: string; "rest-spread-spacing": string; semi: string; "semi-spacing": string; "semi-style": string; "space-after-function-name": string; "space-after-keywords": string; "space-before-blocks": string; "space-before-function-paren": string; "space-before-function-parentheses": string; "space-before-keywords": string; "space-in-brackets": string; "space-in-parens": string; "space-infix-ops": string; "space-return-throw-case": string; "space-unary-ops": string; "space-unary-word-ops": string; "switch-colon-spacing": string; "template-curly-spacing": string; "template-tag-spacing": string; "unicode-bom": string; "wrap-iife": string; "wrap-regex": string; "yield-star-spacing": string; "@typescript-eslint/brace-style": string; "@typescript-eslint/comma-spacing": string; "@typescript-eslint/func-call-spacing": string; "@typescript-eslint/indent": string; "@typescript-eslint/keyword-spacing": string; "@typescript-eslint/member-delimiter-style": string; "@typescript-eslint/no-extra-parens": string; "@typescript-eslint/no-extra-semi": string; "@typescript-eslint/quotes": string; "@typescript-eslint/semi": string; "@typescript-eslint/space-before-function-paren": string; "@typescript-eslint/type-annotation-spacing": string; "react/jsx-child-element-spacing": string; "react/jsx-closing-bracket-location": string; "react/jsx-closing-tag-location": string; "react/jsx-curly-newline": string; "react/jsx-curly-spacing": string; "react/jsx-equals-spacing": string; "react/jsx-first-prop-new-line": string; "react/jsx-indent": string; "react/jsx-indent-props": string; "react/jsx-max-props-per-line": string; "react/jsx-one-expression-per-line": string; "react/jsx-props-no-multi-spaces": string; "react/jsx-space-before-closing": string; "react/jsx-tag-spacing": string; "react/jsx-wrap-multilines": string; }; } | { plugins: { "@effect": typeof plugin; }; rules: { "@effect/dprint": string; }; })[]; export default _default; //# sourceMappingURL=dprint.d.ts.map