export declare const MISSING_CONFIGURATION = "The asynchronous configuration is missing, you must provide one of useFactory, useClass, and useExisting."; export declare const FAILED_CLUSTER_STATE = "Info cluster is not on OK state."; export declare const CANNOT_BE_READ = "Info cluster cannot be read."; export declare const CLIENT_NOT_FOUND_FOR_HEALTH = "The client-provider was not found in the application context."; export declare const CONNECTED_SUCCESSFULLY = "Connected successfully to the server"; export declare const CLIENT_NOT_FOUND: (namespace: string, isRedis?: boolean) => string;