/** @see https://foxact.skk.moe/use-retimer */ declare function useRetimer(): (timerId?: number) => void; export { useRetimer };