import { DependencyList } from 'react';

declare function usePrevious<T>(state: T, deps: DependencyList): T | undefined;

export { usePrevious };
