export declare const MISSING_CONFIGURATION = "Configuration is missing, you must provide one of useFactory, useClass, 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 CLIENT_NOT_FOUND: (namespace: string, isRedis?: boolean) => string;