import Vnmf from '../../index' declare module '../../index' { interface VnmfStatic { /** * @supported weapp, h5, rn * @see https://developers.weixin.qq.com/miniprogram/dev/api/base/env/envObj.html */ env: { [key: string]: string | undefined /** User directory path in the file system (Local path ) */ USER_DATA_PATH: string } } }