This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/**
* 此文件是为了vs code能正确定位,在webpack编译时应该跳过,直接去获取initialize.prod.mp.ts获initialize.prod.web.ts
*/
import { initialize as initMp } from './initialize.prod.mp';
export declare const initialize: typeof initMp;