import { ClientGraph, DataGraph } from './type'; export declare function prepareGraph(graph: DataGraph): ClientGraph;