import * as _$_typescript_eslint_utils_ts_eslint0 from "@typescript-eslint/utils/ts-eslint";

//#region src/index.d.ts
declare const plugin: {
  rules: {
    "enforce-route-params": _$_typescript_eslint_utils_ts_eslint0.RuleModule<"issue:isWrongParameterType" | "issue:isNoLiteral" | "issue:unknown-parameter" | "issue:forbiddenPropertyKey" | "issue:wrong-searchParams-type" | "issue:no-returntype" | "issue:wrong-returntype" | "issue:asyncRequestApi-params" | "issue:useHelperType" | "issue:wrong-helperType-path" | "issue:useHelperTypeForGenerateStaticParams", {
      searchParams: boolean;
      helperTypes: boolean;
    }[], unknown, _$_typescript_eslint_utils_ts_eslint0.RuleListener> & {
      name: string;
    };
  };
};
export = plugin;