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