import { GraphLike } from '../graph'; export declare class CycleException extends Error { } export declare function topsort(g: GraphLike): string[];