import { ComponentMeta } from '../core'; /** * 扩展点:配置 manifest * (物料化场景) */ export declare type IExtensionConfigManifest = (params: { manifestObj: ComponentMeta; manifestFilePath: string; }) => Promise<{ manifestJSON: string; manifestFilePath: string; manifestObj: ComponentMeta; }>;