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