import { r as StandardConfigArray, t as LinterConfigEntry } from "./eslint-BaCQGi-S.mjs"; import { Config } from "eslint/config"; //#region src/config-base/eslint.d.ts /** * Primary config entry. * * This config is intentionally limited to rules not supported by Oxlint * and stylistic rules outside of Prettier’s scope. */ declare const config: LinterConfigEntry; //#endregion //#region src/config-config-files/eslint.d.ts /** * Optional config entry containing rules that target config files. Intended for * explicit overrides. * * This config is intentionally limited to rules not supported by Oxlint * and stylistic rules outside of Prettier’s scope. */ declare const config$1: LinterConfigEntry; //#endregion //#region src/config-react/eslint.d.ts /** * Optional config entry containing rules that target `*.tsx` files. Intended * for explicit overrides. * * This config is intentionally limited to rules not supported by Oxlint * and stylistic rules outside of Prettier’s scope. */ declare const config$2: LinterConfigEntry; //#endregion //#region src/config-test-files/eslint.d.ts /** * Optional config entry containing rules that target test files. Intended for * explicit overrides. * * This config is intentionally limited to rules not supported by Oxlint * and stylistic rules outside of Prettier’s scope. */ declare const config$3: LinterConfigEntry; //#endregion //#region src/define-config/index.d.ts /** * Combine Standard Config with optional additional config. */ declare function defineConfig(...configs: StandardConfigArray): Config[]; //#endregion export { config as configBase, config$1 as configConfigFiles, config$2 as configReact, config$3 as configTestFiles, defineConfig }; //# sourceMappingURL=index.d.mts.map