import SignalingChannel_ from './signalingChannel'; import Stream_ from './stream'; export declare namespace KinesisVideo { const SignalingChannel: typeof SignalingChannel_; const Stream: typeof Stream_; type SignalingChannel = SignalingChannel_; type Stream = Stream_; }