import LaunchConfiguration_ from './launchConfiguration'; import ScalingPolicy_ from './scalingPolicy'; import LifecycleHook_ from './lifecycleHook'; import AutoScalingGroup_ from './autoScalingGroup'; import ScheduledAction_ from './scheduledAction'; export declare namespace AutoScaling { const LaunchConfiguration: typeof LaunchConfiguration_; const ScalingPolicy: typeof ScalingPolicy_; const LifecycleHook: typeof LifecycleHook_; const AutoScalingGroup: typeof AutoScalingGroup_; const ScheduledAction: typeof ScheduledAction_; type LaunchConfiguration = LaunchConfiguration_; type ScalingPolicy = ScalingPolicy_; type LifecycleHook = LifecycleHook_; type AutoScalingGroup = AutoScalingGroup_; type ScheduledAction = ScheduledAction_; }