import { NxRemoteCache } from "./types/nx";
import { SafeRemoteCacheImplementation } from "./types/safe-remote-cache-implementation";
export declare const createRemoteCacheRetrieve: (safeImplementation: Promise<SafeRemoteCacheImplementation | null>) => NxRemoteCache["retrieve"];
