import { VariableType } from '../../models';
import { XPathProcessorContext } from './xpathProcessorContext';
export declare function xpathVariableReplacer(text: unknown, _type: VariableType | string, { variables, scriptConsole, options }: XPathProcessorContext): Promise<unknown>;