/**
 * Get json type of the give value.
 *
 * ::: warning
 * Will be remove in v7 in favor of getJsonType from @tsed/schema.
 * :::
 *
 * @deprecated Since 2020-12-01. Use getJsonType from @tsed/schema.
 */
export declare function getJsonType(value: any): string;
