/** * @see [description](https://mp.weixin.qq.com/debug/wxadoc/dev/api/card.html#wxopencardobject) */ export default function open_card(cardList: Array<{ cardId: string; code: string; }>): Promise;