/** * 阻塞程序执行 一段时间 * @param duration 需要阻塞的时间(豪秒数) */ export declare function blocked(duration: number): void;