/// /** * @see [微信官方文档](https://mp.weixin.qq.com/debug/wxadoc/dev/api/file.html#wxgetsavedfileinfoobject) * @param filePath [string] 文件路径 */ export default function get_saved_file_info(filePath: string): Promise<{ msg: wx.SavedFileInfoData; success: boolean; }>;