import { Redisearch } from 'redis-modules-sdk';
export declare const pipelineExec: <TResult = any>(client: Redisearch, action: 'HGETALL' | 'DELETE' | 'GET', pattern: string, keys?: string[]) => Promise<[Error, TResult][]>;
