import Graph, {Attributes} from 'graphology-types'; export function copyNode( graph: Graph, key: unknown, attributes?: NodeAttributes ): string;