export declare const putJson: (cachePath: string, key: string, data: any) => Promise; export declare const getJson: (cachePath: string, key: string) => Promise;