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