export default class DetectLoopInGraph {
    private graph;
    constructor(graphJSON: any);
    isCyclic(): boolean;
    private isCyclicUtil;
}
