/**
 * 模拟异步操作
 * @param time
 * @returns
 */
export declare function sleep(time: number): Promise<unknown>;
