export declare function parseJsonPropertyName(fullName: string): string[]; export declare function setPropertyToJson(json: Object, propertyAddress: string[], value: any): Object; export declare function getPropertyOfJson(json: Object, propertyAddress: string[]): Object | null;