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