import { WebPlugin } from '@capacitor/core'; import { CastVideoPlugin } from './definitions'; export declare class CastVideoWeb extends WebPlugin implements CastVideoPlugin { constructor(); echo(options: { value: string; }): Promise<{ value: string; }>; } declare const CastVideo: CastVideoWeb; export { CastVideo };