/**
 * 关闭、重启APP ，iOS 不支持重启
 */
export declare const reboot: () => void;
