export declare function throttleRaf(fn: (args: T) => void): (args: T) => void; export declare function throttleRaf(fn: () => void): () => void;