declare module "eslint-plugin-solid/configs/recommended" { const config: typeof import("../src/configs/recommended"); export = config; }