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