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