/** * @see [description](https://docs.alipay.com/mini/api/ui-feedback) * @example show_toast('操作成功','success',3000); */ export default function show_toast(content?: string, type?: 'success' | 'fail' | 'exception' | 'none', duration?: number): Promise;