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