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