import { ValueOrFunction } from '../types'; export declare const resolveValue: (valOrFunction: ValueOrFunction, arg: TArg) => TValue;