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