import { Edge, Vertice } from '../types'; export declare function getNeighbour(e: Edge, v: Vertice): Vertice; //# sourceMappingURL=edge.d.ts.map