import { WebPlugin } from '@capacitor/core'; import type { ScreenReaderPlugin, SpeakOptions } from './definitions'; export declare class ScreenReaderWeb extends WebPlugin implements ScreenReaderPlugin { isEnabled(): Promise; speak(options: SpeakOptions): Promise; }