export declare const createCache: (siteId: string, path: string) => Promise<any>;
export declare const updateCache: (siteId: string, path: string) => Promise<any>;
export declare const deleteCache: (siteId: string, path: string) => Promise<any>;
