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