import { VertexSet } from "./VertexSet"; export declare const union: (...sets: readonly VertexSet[]) => VertexSet;