import type { TSESLint } from '@typescript-eslint/utils'; export type MessageId = 'await' | 'awaitUsingOfNonAsyncDisposable' | 'convertToOrdinaryFor' | 'forAwaitOfNonAsyncIterable' | 'invalidPromiseAggregatorInput' | 'removeAwait'; declare const _default: TSESLint.RuleModule & { name: string; }; export default _default;