import { WebPlugin } from '@capacitor/core'; import type { ToastPlugin, ShowOptions } from './definitions'; export declare class ToastWeb extends WebPlugin implements ToastPlugin { show(options: ShowOptions): Promise; }