export declare const debounce: (callback: () => void, timeout: number) => () => void;