import { BluetoothRemoteGATTCharacteristic } from "../types"; import { CharacteristicWrapper } from "./CharacteristicWrapper"; export declare class ScreenApi extends CharacteristicWrapper { constructor(characteristic: BluetoothRemoteGATTCharacteristic); clear(): Promise; save(): Promise; }