/** 延时函数 */ export declare const delay: (time: number) => Promise;