/** * 隐藏 tabBar */ export default function hideTabBar(options?: { animation: boolean; }): Promise<{ success: boolean; }>;