export function transformArguments(key: string): Array { return ['CLUSTER', 'KEYSLOT', key]; } export declare function transformReply(): number;