import LaunchProfile_ from './launchProfile'; import StreamingImage_ from './streamingImage'; import Studio_ from './studio'; import StudioComponent_ from './studioComponent'; export declare namespace NimbleStudio { const LaunchProfile: typeof LaunchProfile_; const StreamingImage: typeof StreamingImage_; const Studio: typeof Studio_; const StudioComponent: typeof StudioComponent_; type LaunchProfile = LaunchProfile_; type StreamingImage = StreamingImage_; type Studio = Studio_; type StudioComponent = StudioComponent_; }