/** * Toggle LED Torch on device */ export declare function torch(status: "on" | "off"): Promise;