import { RemoteCache } from "@nx/workspace/src/tasks-runner/default-tasks-runner";
import { RemoteCacheImplementation } from "./types/remote-cache-implementation";
export declare const createRemoteCacheStore: (safeImplementation: Promise<RemoteCacheImplementation | null>) => RemoteCache["store"];
