declare const plugin: { meta: { name: any; version: any; }; configs: { all: import("eslint").Linter.BaseConfig; }; rules: any; }; export = plugin;