export declare function showToast(options: any): Promise<{ errMsg: string; }>; export declare function hideToast(options: any): void; export declare function showLoading(options: any, type?: string): Promise<{ errMsg: string; }>; export declare function hideLoading(): void; export declare const actionSdk: {};