/** * Sort the list of dependencies to match list in book.json * The themes should always be loaded after the plugins * * @param {List} deps * @return {List} */ declare function sortDependencies(plugins: any): any; export default sortDependencies; //# sourceMappingURL=sortDependencies.d.ts.map