/// <reference types="node" />
import "source-map-support/register";
import { Pathway, PathwayStarter, PvjsonEntitiesById } from "../gpml2pvjson";
export declare const RECURSION_LIMIT = 1000;
export declare function toPvjson(inputStreamWithMessedUpRDFIDs: NodeJS.ReadableStream, pathwayIri?: string): Highland.Stream<Error | {
    pathway: Pathway | PathwayStarter;
    entitiesById: PvjsonEntitiesById;
}>;
