import type { ReadonlyVec, VecPair } from "@thi.ng/vectors";
export declare const __edges: (vertices: Iterable<ReadonlyVec>, closed?: boolean) => IterableIterator<VecPair>;
//# sourceMappingURL=edges.d.ts.map