/** * This is the Redis Cloud API key. It must be provided but can also be set by the `REDISCLOUD_ACCESS_KEY` environment * variable. */ export declare const apiKey: string | undefined; /** * This is the Redis Cloud API secret key. It must be provided but can also be set by the `REDISCLOUD_SECRET_KEY` * environment variable. */ export declare const secretKey: string | undefined; /** * This is the URL of Redis Cloud and will default to `https://api.redislabs.com/v1`. This can also be set by the * `REDISCLOUD_URL` environment variable. */ export declare const url: string | undefined;