/** * 延迟多少毫秒执行 */ export declare const delay: (duration?: number) => Promise;