export declare type Mapper = (input: TIn) => TOut; declare function useValue(bindTo: Mapper | keyof TValue): TValue; export default useValue;