export declare function transformArguments(ip: string, port: number): Array<string>;
export declare function transformReply(): 'OK';
