import { CustomRunnerOptions, RemoteCacheImplementation } from "nx-remotecache-custom";
interface GCSRunnerOptions {
    project_id?: string;
    bucket?: string;
}
declare const createStorageInterface: (options: CustomRunnerOptions<GCSRunnerOptions>) => Promise<RemoteCacheImplementation>;
declare const _default: import("nx/src/tasks-runner/tasks-runner").TasksRunner<import("nx/src/tasks-runner/default-tasks-runner").DefaultTasksRunnerOptions>;
export default _default;
export { createStorageInterface };
