import { PackageWithConfig } from '../types/mod.types';
export declare function topologicalSort(graph: PackageWithConfig[]): PackageWithConfig[];
