export declare function transformArguments(option: string, value: string): Array<string>;
export declare function transformReply(): 'OK';
