export declare const throttle: void>(fn: F, ms?: number) => [fn: F, stop: () => void];