/// <reference types="node" />
import { ComponentSourceMaps } from '@fitbit/app-package';
import { V8HeapSnapshot, GraphNodeAttributes, GraphEdgeAttributes } from './types';
import { MultiDirectedGraph } from 'graphology';
export declare function generateGraph(snapshotBuffer: Buffer, version: string, rawSourceMaps: ComponentSourceMaps): Promise<MultiDirectedGraph<GraphNodeAttributes, GraphEdgeAttributes>>;
export declare function generateV8HeapSnapshot(graph: MultiDirectedGraph<GraphNodeAttributes, GraphEdgeAttributes>): V8HeapSnapshot;
//# sourceMappingURL=convert.d.ts.map