export function selfRelationalArraySubset(array_array: number[][], indices: number[]): number[][];
export function subgraphExclusive(graph: FOLD, indicesToKeep?: object): FOLD;
export function subgraph(graph: FOLD, indicesToKeep?: object): FOLD;
export function subgraphWithFaces(graph: FOLD, faces: number[]): FOLD;
export function subgraphWithVertices(graph: any, vertices?: any[]): FOLD;
//# sourceMappingURL=subgraph.d.ts.map