import * as jsoncParser from 'jsonc-eslint-parser'; declare const plugin: { rules: { 'plugin-activation-args': import("@typescript-eslint/utils/ts-eslint").RuleModule<"mismatchedOrder" | "incorrectType" | "missingArgument" | "extraArgument" | "appNotFirst" | "serviceManagerFirstArgNotNull" | "invalidAppType" | "wrongArgumentCount" | "unresolvableTokenType" | "optionalNotNullable", [{ allowedFirstArgumentNames: string[]; }], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; 'command-described-by': import("@typescript-eslint/utils/ts-eslint").RuleModule<"missingDescribedBy", [], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; 'plugin-description': import("@typescript-eslint/utils/ts-eslint").RuleModule<"missingDescription" | "emptyDescription", [], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; 'no-translation-concatenation': import("@typescript-eslint/utils/ts-eslint").RuleModule<"noConcatenation", [], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; 'no-dynamic-translation': import("@typescript-eslint/utils/ts-eslint").RuleModule<"noInterpolation" | "noDynamicMessage", [], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; 'token-format': import("@typescript-eslint/utils/ts-eslint").RuleModule<"missingColon" | "invalidTokenSymbol", [], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; 'no-untranslated-string': import("@typescript-eslint/utils/ts-eslint").RuleModule<"untranslatedCommandProp" | "untranslatedSetAttribute" | "untranslatedPropertyAssign" | "untranslatedTitleProp" | "untranslatedDialogOption" | "untranslatedDialogButtonLabel" | "untranslatedJsxText", [{ enforcePunctuation: boolean; }], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; 'no-schema-enum': import("@typescript-eslint/utils/ts-eslint").RuleModule<"forbidEnum", [], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; 'require-soft-assertions-before-snapshots': import("@typescript-eslint/utils/ts-eslint").RuleModule<"requireSoftAssertion", [], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; 'no-pageconfig-base-url': import("@typescript-eslint/utils/ts-eslint").RuleModule<"noPageconfigBaseUrl", [], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; 'require-signal-cleanup': import("@typescript-eslint/utils/ts-eslint").RuleModule<"serviceOutlivesReceiver", [{ additionalCleanupMethods: string[]; longLivedTypes: string[] | undefined; }], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; 'require-signal-this-arg': import("@typescript-eslint/utils/ts-eslint").RuleModule<"missingThisArg" | "addThisArg", [], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; 'prefer-signal-this-arg': import("@typescript-eslint/utils/ts-eslint").RuleModule<"addThisArg" | "preferThisArg" | "boundCallback" | "unbindAndAddThisArg", [{ longLivedTypes: string[] | undefined; }], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; 'galata-prefer-filebrowser-helper': import("@typescript-eslint/utils/ts-eslint").RuleModule<"preferNotebookOpenByPath" | "preferOpenHomeDirectory" | "preferOpenDirectory" | "preferFilebrowserHelper", [], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; 'require-disposable-ownership': import("@typescript-eslint/utils/ts-eslint").RuleModule<"unmanagedDisposable" | "unmanagedDisposableVariable", [{}], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; 'require-disposable-transfer': import("@typescript-eslint/utils/ts-eslint").RuleModule<"unmanagedDisposableVariable" | "unhandledDisposable", [{}], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; 'incorrect-translator-usage': import("@typescript-eslint/utils/ts-eslint").RuleModule<"chainedBundleMethod" | "invalidBundleName" | "destructuredBundle", [], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; }; configs: { recommended: ({ files: string[]; rules: { 'jupyter/plugin-activation-args': string; 'jupyter/command-described-by': string; 'jupyter/plugin-description': string; 'jupyter/no-translation-concatenation': string; 'jupyter/no-dynamic-translation': string; 'jupyter/token-format': string; 'jupyter/no-untranslated-string': string; 'jupyter/no-pageconfig-base-url': string; 'jupyter/require-signal-cleanup': string; 'jupyter/require-signal-this-arg': string; 'jupyter/prefer-signal-this-arg': string; 'jupyter/require-disposable-ownership': string; 'jupyter/require-disposable-transfer': string; 'jupyter/incorrect-translator-usage': string; 'jupyter/no-schema-enum'?: undefined; 'jupyter/require-soft-assertions-before-snapshots'?: undefined; 'jupyter/galata-prefer-filebrowser-helper'?: undefined; }; languageOptions?: undefined; } | { files: string[]; languageOptions: { parser: typeof jsoncParser; }; rules: { 'jupyter/no-schema-enum': string; 'jupyter/plugin-activation-args'?: undefined; 'jupyter/command-described-by'?: undefined; 'jupyter/plugin-description'?: undefined; 'jupyter/no-translation-concatenation'?: undefined; 'jupyter/no-dynamic-translation'?: undefined; 'jupyter/token-format'?: undefined; 'jupyter/no-untranslated-string'?: undefined; 'jupyter/no-pageconfig-base-url'?: undefined; 'jupyter/require-signal-cleanup'?: undefined; 'jupyter/require-signal-this-arg'?: undefined; 'jupyter/prefer-signal-this-arg'?: undefined; 'jupyter/require-disposable-ownership'?: undefined; 'jupyter/require-disposable-transfer'?: undefined; 'jupyter/incorrect-translator-usage'?: undefined; 'jupyter/require-soft-assertions-before-snapshots'?: undefined; 'jupyter/galata-prefer-filebrowser-helper'?: undefined; }; } | { files: string[]; rules: { 'jupyter/require-soft-assertions-before-snapshots': string; 'jupyter/galata-prefer-filebrowser-helper': string; 'jupyter/plugin-activation-args'?: undefined; 'jupyter/command-described-by'?: undefined; 'jupyter/plugin-description'?: undefined; 'jupyter/no-translation-concatenation'?: undefined; 'jupyter/no-dynamic-translation'?: undefined; 'jupyter/token-format'?: undefined; 'jupyter/no-untranslated-string'?: undefined; 'jupyter/no-pageconfig-base-url'?: undefined; 'jupyter/require-signal-cleanup'?: undefined; 'jupyter/require-signal-this-arg'?: undefined; 'jupyter/prefer-signal-this-arg'?: undefined; 'jupyter/require-disposable-ownership'?: undefined; 'jupyter/require-disposable-transfer'?: undefined; 'jupyter/incorrect-translator-usage'?: undefined; 'jupyter/no-schema-enum'?: undefined; }; languageOptions?: undefined; })[]; 'recommended-legacy': { rules: { 'jupyter/plugin-activation-args': string; 'jupyter/command-described-by': string; 'jupyter/plugin-description': string; 'jupyter/no-translation-concatenation': string; 'jupyter/no-dynamic-translation': string; 'jupyter/token-format': string; 'jupyter/no-untranslated-string': string; 'jupyter/no-schema-enum': string; 'jupyter/no-pageconfig-base-url': string; 'jupyter/require-signal-cleanup': string; 'jupyter/require-signal-this-arg': string; 'jupyter/prefer-signal-this-arg': string; 'jupyter/require-disposable-ownership': string; 'jupyter/require-disposable-transfer': string; 'jupyter/incorrect-translator-usage': string; }; overrides: { files: string[]; rules: { 'jupyter/require-soft-assertions-before-snapshots': string; 'jupyter/galata-prefer-filebrowser-helper': string; }; }[]; }; }; }; export = plugin;