import type { Linter } from "eslint"; import type { FlatConfig } from "@typescript-eslint/utils/ts-eslint"; export declare const pluginName = "dnn-elements"; export declare const prefixedRules: Linter.RulesRecord; /** * Creates the flat recommended config array. * Accepts the full plugin object so configs can self-reference it, * which is the ESLint best practice for plugin identity. */ export declare function createFlatRecommended(plugin: FlatConfig.Plugin): FlatConfig.Config[];