export declare const rules: { "no-sync": import("../../enums").Severity[]; "no-restricted-modules": import("../../enums").Severity[]; "no-process-exit": import("../../enums").Severity[]; "no-process-env": import("../../enums").Severity[]; "no-path-concat": import("../../enums").Severity[]; "no-new-require": import("../../enums").Severity[]; "no-mixed-requires": import("../../enums").Severity[]; "no-buffer-constructor": import("../../enums").Severity[]; "handle-callback-err": import("../../enums").Severity[]; "global-require": import("../../enums").Severity[]; "callback-return": import("../../enums").Severity[]; };