export default function useDebouncedCallback(callback: (...args: A) => T, wait: number): (...args: A) => void;