import { Graph } from '../graph';
export declare function isAcyclic(g: Graph): boolean;
