import type { ESLint } from "eslint";

declare const eslintPluginSimpleImportSort: ESLint.Plugin;

export = eslintPluginSimpleImportSort;
