export declare type jsonValuesTypes = string | number | boolean; export declare type jsonStructureType = { [key: string]: jsonValuesTypes; };