/**
 * Supported kinds of models are expected by the function, needs to be checked before calling the function
 */
declare const getModelsTree: (allModels: any[], localizableModels?: any[]) => any[];
export default getModelsTree;
