import { DepGraph, DepGraphData } from './types';
export declare const SUPPORTED_SCHEMA_RANGE = "^1.0.0";
export declare function createFromJSON(depGraphData: DepGraphData): DepGraph;
