import { ICodeResource } from '../../../../../types'; /** * 按需将代码资源中引用的组件旧 ID 更新为新 ID * @param resource 代码资源 * @param componentIdMap 映射: 组件原始 ID => 新生成 ID */ export declare function renewIdInResource(resource: ICodeResource, componentIdMap: Map): { code: any; type: "CODE"; description?: string; path?: string; codeType?: string; name: string; }; //# sourceMappingURL=renew-id-in-resource.d.ts.map