import { ConvertConfig } from './types'; /** 转换 值 为指定配置的值 * @reserve 设置为 true 则 将转换后的值 转为 原本的值 */ export declare function convert(config: ConvertConfig, value: any, reserve?: boolean): any;