export declare function transformArguments(mode?: 'ASYNC' | 'SYNC'): Array<string>;
export declare function transformReply(): string;
