export declare function throttleByRaf(cb: (...args: T) => void): { (...args: T): void; cancel(): void; };