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