import { CommandParser } from '../client/parser';
import { ArrayReply, TuplesReply, NumberReply, BlobStringReply } from '../RESP/types';
export type ArGrepWithValuesReply = Array<{
    index: NumberReply;
    value: BlobStringReply;
}>;
declare const _default: {
    readonly IS_READ_ONLY: true;
    readonly parseCommand: (this: void, parser: CommandParser, key: import("../RESP/types").RedisArgument, start: import("./ARGREP").ArGrepBound, end: import("./ARGREP").ArGrepBound, predicates: import("./ARGREP").ArGrepPredicate[], options?: import("./ARGREP").ArGrepOptions | undefined) => void;
    readonly transformReply: (reply: ArrayReply<TuplesReply<[index: NumberReply, value: BlobStringReply]>>) => {
        index: NumberReply<number>;
        value: BlobStringReply<string>;
    }[];
};
export default _default;
//# sourceMappingURL=ARGREP_WITHVALUES.d.ts.map