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