/** * sorts by depth, falling back to alpha numeric */ export declare function sortModulesByDepth(modules: Array, getDepth: (m: T) => number, getID: (m: T) => string, factor?: number): T[]; //# sourceMappingURL=sort-modules-by-depth.d.ts.map