import type { GraphData, CSC } from './types'; export declare function convertGraphData2CSC(graphData: GraphData): CSC;