interface Config {
    CALL_GRAPH_GENERATOR_URL: string;
    CALL_GRAPH_GENERATOR_CHECKSUM: string;
}
declare const config: Config;
export = config;
