import { DeviceBatteryInfo, DeviceInfo, DeviceLanguageCodeResult, DevicePlugin, WebPlugin } from "@capacitor/core"; export declare class DevicePluginElectron extends WebPlugin implements DevicePlugin { constructor(); getInfo(): Promise; getBatteryInfo(): Promise; getLanguageCode(): Promise; } declare const Device: DevicePluginElectron; export { Device };