/** * 显示 tabBar */ export default function showTabBar(options?: { animation: boolean; }): Promise<{ success: boolean; }>;