import { AnalyzerGraph } from '../../analyzer/types'; import { TestGraph } from '../../generation/generator'; /** * Convert a TestGraph to an AnalyzerGraph for classification. * @param testGraph */ export declare const toAnalyzerGraph: (testGraph: TestGraph) => AnalyzerGraph; //# sourceMappingURL=helpers.d.ts.map