export type Edge = [string, string[]]; export declare function analyzeGraph(edges: Edge[]): Promise;