/** Validate a Redis URL without rewriting credentials or other URL components. */ export declare function requireRedisUrl(value: unknown): string; //# sourceMappingURL=connection-config.d.ts.map