/** * Toggle Wi-Fi On/Off */ export declare function wifiEnable(enable: boolean): Promise;