import { ToastType } from 'mosha-vue-toastify'; export declare function showAlert(message: string, type: ToastType, error?: any, description?: string): void;