/**
 * Parses string and convert it into a native value.
 */
declare function typecast(val: any): any;
export default typecast;
