import { Fn } from '../types'; export declare function convert(value: T, convertTo?: Fn<[T], R>): R;