import type { Linter } from "eslint"; export declare function getNodeFiles(withTs: boolean | undefined): string[]; export declare const nodeEcmaFeatures: { globalReturn: boolean; }; export declare const nodeExtendRules: Linter.RulesRecord; export declare const nodeSettings: { node: { tryExtensions: string[]; }; };