import { CustomRunnerOptions } from 'nx-remotecache-custom';
import { S3Options } from './setup-s3-task-runner';
export declare const emptyOptions: CustomRunnerOptions<S3Options>;
export declare const defaultOptions: CustomRunnerOptions<S3Options>;
export declare const envValues: Record<keyof S3Options, string>;
export declare const clearProxyInfo: () => void;
