export declare const debounce: (callback: any, timeout?: number) => { run: (...args: any) => void; cancel: () => void; };