/** * 获取用于记录 `setTimeout` 返回值的对象,记录的定时器会在作用域消除时自动清理 */ export declare function useSetTimeout(): { timer: Record; };