import { RedisCommandArguments } from '@redis/client/dist/lib/commands'; export declare function transformArguments(dictionary: string, term: string | Array): RedisCommandArguments; export declare function transformReply(): number;