/**
 * Check if Redis configuration exists in the current project's environment configuration
 */
export declare const redisConfigAvailable: () => boolean;
