import { WebPlugin } from '@capacitor/core'; import type { ScreenshotPlugin, TakeResult } from './definitions'; export declare class ScreenshotWeb extends WebPlugin implements ScreenshotPlugin { take(): Promise; }