export declare function getTopologicalSorting<V extends number | string | symbol = any>(edges: Record<V, V[]>): V[];
