/** * 根据模型查询模型在文档中的位置 */ export declare const modelFoldersCondition: (subCondition: any[]) => { condition: ({ bosclass: string; alias: string; subCondition: any[]; type?: undefined; from?: undefined; to?: undefined; } | { bosclass: string; alias: string; type: string; from: string; to: string; subCondition?: undefined; } | { bosclass: string; alias: string; subCondition?: undefined; type?: undefined; from?: undefined; to?: undefined; })[]; select: { longName: string; name: string; revision: string; key: string; modelKey: string; }; sortby: string; order: string; };