import { DataGraph } from './type'; export declare function unpackGraph(graph: DataGraph): void;