/**
* 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.
*/exportdeclarefunctiongetJsonType(value: any): string;