/** * 隐藏弱提示 */ export default function hideToast(): Promise<{ success: boolean; }>;