import { BatteryInfo } from "./BatteryInfo"; declare type GetBatteryInfoCallbackOptions = import("../../common").CallbackOptions; export interface GetBatteryInfoOptions extends GetBatteryInfoCallbackOptions { } export {};