export interface RedisPluginClientTypes {
    connection_options?: {
        port?: string;
        host?: string;
    };
    address?: string;
}
//# sourceMappingURL=internal-types.d.ts.map