import { ValkeyCommandArguments } from "."; import { FunctionListItemReply, FunctionListRawItemReply } from "./generic-transformers"; export declare function transformArguments(pattern?: string): ValkeyCommandArguments; export declare function transformReply(reply: Array): Array;