declare module "eslint-plugin-array-func" { type Plugin = import("eslint").ESLint.Plugin; const plugin: Plugin; export default plugin; }