import { Graph } from '@antv/graphlib'; import { Graph as IGraph } from '../../types'; declare const feasibleTree: (g: IGraph) => Graph; declare const feasibleTreeWithLayer: (g: IGraph) => Graph; export { feasibleTree, feasibleTreeWithLayer };