import { WebPlugin } from '@capacitor/core'; import type { CapacitorSafeAreaPlugin, SafeAreaInsets, StatusBarInfo } from './definitions'; export declare class CapacitorSafeAreaWeb extends WebPlugin implements CapacitorSafeAreaPlugin { getSafeAreaInsets(): Promise; getStatusBarHeight(): Promise; }