export interface PageRankResult {
    ranks: number[];
}
