/* * Copyright (c) 2022 EdgerOS Team. * All rights reserved. * * Detailed license information can be found in the LICENSE file. * * Author : xueqiang * Date : 2024-08-12 10:03:12 * LastEditors : xueqiang * LastEditTime : 2024-08-12 10:45:51 */ export declare const IS_JSRE: boolean export declare function sleep(delay: number): Promise