import Graph from 'graphology-types'; export default function renameGraphKeys( graph: Graph, nodeKeyMapping: Record, edgeKeyMapping: Record ): Graph;