"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Plan = void 0; class Plan { constructor(parentContext, rootRequest) { this.parentContext = parentContext; this.rootRequest = rootRequest; } } exports.Plan = Plan; //# sourceMappingURL=plan.js.map