export declare function hasCached(workspaceName: string, packageName: string): Promise<boolean>;
export declare function saveCache(workspaceName: string, packageName: string): Promise<void>;
