export declare function readJson(path: string, property: string): Promise<string>;
