import { ConstraintGraph } from '../types'; import { LayerGraph } from './build-layer-graph'; export declare function addSubgraphConstraints(g: LayerGraph, cg: ConstraintGraph, vs: string[]): void;