/**
 * 休眠
 * @param timeoutMilliseconds 休眠的时间.单位毫秒
 * @returns
 */
export declare function sleep(timeoutMilliseconds?: number): Promise<void>;
