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