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