/** * 按需将表达式中引用的组件旧 ID 更新为新 ID * @param expr 表达式 * @param componentIdMap 映射: 组件原始 ID => 新生成 ID */ export declare function renewIdInExpr(expr: string, componentIdMap: Map): any; export declare function renewIdWithRegexp(str: string, componentIdMap: Map): any; //# sourceMappingURL=renew-id-in-expr.d.ts.map