import type estree from 'estree';
import type { SortMatcherContext } from './helpers.js';
export declare function isSortUsedForNormalizationComparison(call: estree.CallExpression, ruleContext: SortMatcherContext): boolean;
