export declare function throttle(cb: (...args: any[]) => any, ms?: number, ctx?: any): (...args: any[]) => void;