import { ToastController, Toast } from 'ionic-angular'; export declare class ToasterProvider { toastCtrl: ToastController; toast: Toast; constructor(toastCtrl: ToastController); createToast(options: object): Toast; showError(message: string, duration?: number): Promise; showInfo(message: string, duration?: number): Promise; }