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