/** * _ContinuationEvent shape */ export interface _ContinuationEvent { } export declare type _UnmarshalledContinuationEvent = _ContinuationEvent;