import { ID } from '@antv/graphlib';
import { Graph } from '../../types';
export declare const addSubgraphConstraints: (g: Graph, cg: Graph, vs: ID[]) => void;
