import { VertexSet } from "./VertexSet"; export declare const difference: (a: VertexSet, b: VertexSet) => VertexSet;