import AutoScalingConfiguration_ from './autoScalingConfiguration'; import ObservabilityConfiguration_ from './observabilityConfiguration'; import Service_ from './service'; import VpcConnector_ from './vpcConnector'; import VpcIngressConnection_ from './vpcIngressConnection'; export declare namespace AppRunner { const AutoScalingConfiguration: typeof AutoScalingConfiguration_; const ObservabilityConfiguration: typeof ObservabilityConfiguration_; const Service: typeof Service_; const VpcConnector: typeof VpcConnector_; const VpcIngressConnection: typeof VpcIngressConnection_; type AutoScalingConfiguration = AutoScalingConfiguration_; type ObservabilityConfiguration = ObservabilityConfiguration_; type Service = Service_; type VpcConnector = VpcConnector_; type VpcIngressConnection = VpcIngressConnection_; }