import { WebPlugin } from '@capacitor/core'; import type { CapacitorScrollSwipeBounceIosPlugin } from './definitions'; export declare class CapacitorScrollSwipeBounceIosWeb extends WebPlugin implements CapacitorScrollSwipeBounceIosPlugin { echo(options: { value: string; }): Promise<{ value: string; }>; }