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