import type { Rule } from 'eslint';
import { type EslintNode } from 'eslint-codemod-utils';
export declare const getRawExpression: (node: EslintNode, context: Rule.RuleContext) => string | null;
