import { Graph } from "../graph"; import { DaGraph } from '../types'; export declare function feasibleTree(g: DaGraph): Graph, Partial>;