import { CompressedGraphMap, PrefetchConfig } from '../declarations';
export declare const initialize: (global: any, history: History, graph: number[][][], map: CompressedGraphMap, basePath: string, thresholds: PrefetchConfig) => void;
