/*! * Convert JS SDK * Version 1.0.0 * Copyright(c) 2020 Convert Insights, Inc * License Apache-2.0 */ /** * Transform value type. Does not do any JSON validation * @param value * @param type */ export declare function castType(value: any, type: string): any;