import { BufferGeometry } from 'three';
/**
 * Connect the edge vertices of "source" to the edge vertices of "target"
 */
export declare const connectEdgeTo: (source: BufferGeometry, target: BufferGeometry) => void;
