/// /** * 判断wx小程序中是否可用该api * @param apiName api名 */ export declare const wxCanIUse: (apiName: string) => boolean; /** * 获取小程序启动时的参数 * @returns {Object} */ export declare const getLaunchOptionsSync: () => WechatMiniprogram.LaunchOptionsApp | { scene: string; };