/** * 延时操作 * @param time * @returns */ export declare const sleep: (time: number) => Promise;