declare module "eslint-config-airbnb-typescript" { type Config = import("eslint").Linter.Config; const config: Config; export default config; }