import Channel_ from './channel'; import Input_ from './input'; import InputSecurityGroup_ from './inputSecurityGroup'; export declare namespace MediaLive { const Channel: typeof Channel_; const Input: typeof Input_; const InputSecurityGroup: typeof InputSecurityGroup_; type Channel = Channel_; type Input = Input_; type InputSecurityGroup = InputSecurityGroup_; }