import { PlanServiceNode } from './PlanServiceNode';
export interface PlanTree {
    readonly root: PlanServiceNode;
}
//# sourceMappingURL=PlanTree.d.ts.map