import { WebPlugin } from '@capacitor/core'; import { EchoV2PluginPlugin } from './definitions'; export declare class EchoV2PluginWeb extends WebPlugin implements EchoV2PluginPlugin { constructor(); echo(): Promise<{ returnValue: string; }>; } declare const EchoV2Plugin: EchoV2PluginWeb; export { EchoV2Plugin };