import { GraphWithMetadata } from './types'; export declare function upgradeGraph(graph: GraphWithMetadata): GraphWithMetadata;