export function transformArguments(key: string, string: string): Array { return ['FT.SUGDEL', key, string]; } export { transformBooleanReply as transformReply } from '@redis/client/dist/lib/commands/generic-transformers';