export declare function getJSON(path: string): Promise; export declare function getJSONSync(path: string): any; export declare function addProperty(path: string, obj: object): Promise; export declare function safeParse(str: any): any;