import type { TSESLint, TSESTree } from '@typescript-eslint/utils';
export declare function getAwaitTokenRemovalRange(sourceCode: TSESLint.SourceCode, awaitToken: TSESTree.IdentifierToken & {
    value: 'await';
}): TSESTree.Range;
