import { ObjectValue, UndefinedValue, JSStringValue } from '../value.mts'; import type { ValueEvaluator } from '../evaluator.mts'; /** https://tc39.es/ecma262/#sec-getsubstitution */ export declare function GetSubstitution(matched: JSStringValue, str: JSStringValue, position: number, captures: readonly (JSStringValue | UndefinedValue)[], namedCaptures: UndefinedValue | ObjectValue, replacementTemplate: JSStringValue): ValueEvaluator; //# sourceMappingURL=GetSubstitution.d.mts.map