/** 显示 toast 提示(兼容 PC/移动端) */ export declare function showToast(message: string, duration?: number): Promise;