/// /** * 简化showToast, 默认持续时间3s. * * @param content 内容. * @param options 配置参数. */ declare function toast(content?: string, options?: my.IShowToastOptions): void; export default toast;