export default class Utils { constructor(ins: any); ins: any; onResponse(callback: any): void; onError(callback: any): void; getConnectStatus: () => Promise; setTitle: (title: any) => Promise; setThemeColor: (themeColor: any) => Promise; switchTabsVisibility: (tabsVisibility: any) => Promise; setContactUsTabInnerHtml: (html: any) => Promise; getPrinterList: () => Promise; getPrinterPapers: (printer: any) => Promise; }