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