import { IModule } from '../types';
export declare const SortUtil: {
    orderByDepth(packages: IModule[]): IModule[];
};
