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