import { Entity } from '../Entity';
/**
 * 获取指定层级的单个实体的加载权重
 * @param level 层级
 */
export declare function getPerWeight(level: Entity): number;
