declare const _default: {
    name: string;
    files: "**/*.json5"[];
    language: string;
    plugins: {
        json: import("eslint").ESLint.Plugin;
    };
    rules: {
        [key: string]: import("@eslint/core", { with: { "resolution-mode": "require" } }).RuleConfig<unknown[]>;
    };
};
export default _default;
