import { type Predicate } from '../types.js'; export declare function usePreviousDistinct(value: T, predicate?: Predicate): T | undefined;