import { ESLintUtils } from '@typescript-eslint/utils'; declare const jupyterPluginActivationArgs: ESLintUtils.RuleModule<"mismatchedOrder" | "incorrectType" | "missingArgument" | "extraArgument" | "appNotFirst" | "serviceManagerFirstArgNotNull" | "invalidAppType" | "wrongArgumentCount" | "unresolvableTokenType" | "optionalNotNullable", [{ allowedFirstArgumentNames: string[]; }], unknown, ESLintUtils.RuleListener> & { name: string; }; export = jupyterPluginActivationArgs;