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