/**
* Get a context variable from a run tree instance
*/exportdeclarefunctiongetContextVar(runTree: any, key: symbol): unknown;
/**
* Set a context variable on a run tree instance
*/exportdeclarefunctionsetContextVar(runTree: any, key: symbol, value: unknown): void;