import Asset_ from './asset'; import Channel_ from './channel'; import OriginEndpoint_ from './originEndpoint'; import PackagingConfiguration_ from './packagingConfiguration'; import PackagingGroup_ from './packagingGroup'; export declare namespace MediaPackage { const Asset: typeof Asset_; const Channel: typeof Channel_; const OriginEndpoint: typeof OriginEndpoint_; const PackagingConfiguration: typeof PackagingConfiguration_; const PackagingGroup: typeof PackagingGroup_; type Asset = Asset_; type Channel = Channel_; type OriginEndpoint = OriginEndpoint_; type PackagingConfiguration = PackagingConfiguration_; type PackagingGroup = PackagingGroup_; }