import { ValueType } from '../const/types'; export declare const getValueWithType: (checked: any, vType: ValueType) => any;