import { IPlatformApp } from '../../../../types'; /** * [WeApps协议] to [CALS协议] * * @param data */ export declare function processComponentModule(data: any, optsions: { dependencies: object[]; }): IPlatformApp; //# sourceMappingURL=index.d.ts.map