import Graph, {Attributes, GraphConstructor} from 'graphology-types'; export default function caveman< NodeAttributes extends Attributes = Attributes, EdgeAttributes extends Attributes = Attributes, GraphAttributes extends Attributes = Attributes >( Graph: GraphConstructor, l: number, k: number ): Graph;