/** * @ignore */ export declare const JSON_TYPES: string[]; export declare function getJsonType(value: any): string;