import { Node } from '../graphs/Node';
export declare type Matching = Array<[Node, Node]>;
