export type TUseThrottledValueReturn<T> = [T, (arg: T) => void];
