/** * 延时 Promise * @param ms 毫秒 */ export declare const sleep: (ms: number) => Promise;