import { type DependencyList } from 'react'; export declare function useRafEffect(callback: (...args: any[]) => void, deps: DependencyList): void;