import { IMobiscroll } from '../core/mobiscroll'; declare module '../core/mobiscroll' { export interface IMobiscroll { alert: (config: any) => Promise; confirm: (config: any) => Promise; prompt: (config: any) => Promise; toast: (config: any) => Promise; snackbar: (config: any) => Promise; notification: { dismiss: () => void; }; } }