import { BasePlugin } from "../../base/base.plugin.js"; /** * TODO 挪到 nativeui 中控制 */ export declare class TorchPlugin extends BasePlugin { constructor(); /** * 打开/关闭手电筒 * @Platform android/ios only */ toggleTorch(): Promise; /** * 手电筒状态 * @Platform android/ios only */ getTorchState(): Promise; } export declare const torchPlugin: TorchPlugin; //# sourceMappingURL=torch.plugin.d.ts.map