import { UpdateStateAction } from './types'; export declare function resolveValue(prev: T, next: UpdateStateAction): T;