/** * @description 延时一段时间 * @param timeout 延时时间 */ export declare const delay: (timeout?: number) => Promise;