import { Node } from '../graphs/Node';
export declare type AugmentingPath = Node[];
