/// /** * @see [微信官方文档](https://mp.weixin.qq.com/debug/wxadoc/dev/api/file.html#wxgetsavedfilelistobject) */ export default function get_saved_file_list(): Promise<{ msg: wx.GetSavedFileListData; success: boolean; }>;