/** * _JSONOutput shape */ export interface _JSONOutput { /** *

The value used to separate individual records in the output.

*/ RecordDelimiter?: string; } export declare type _UnmarshalledJSONOutput = _JSONOutput;