/** * @description: 睡眠函数 */ export declare function sleep(duration: number): Promise;