export declare function transformArguments(dictionary: string): Array<string>;
export declare function transformReply(): Array<string>;
