/** * 异步延时 * @param ms 毫秒,可接受时间文本 */ export declare function sleep(ms: number | string): Promise; //# sourceMappingURL=sleep.d.ts.map