/** * @see [description](https://mp.weixin.qq.com/debug/wxadoc/dev/api/we-run.html#wxgetwerundataobject) */ export default function get_we_run_data(): Promise<{ errMsg: string; encryptedData: string; iv: string; }>;