import ConfigurationSet_ from './configurationSet'; import ConfigurationSetEventDestination_ from './configurationSetEventDestination'; import DedicatedIpPool_ from './dedicatedIpPool'; import Identity_ from './identity'; export declare namespace PinpointEmail { const ConfigurationSet: typeof ConfigurationSet_; const ConfigurationSetEventDestination: typeof ConfigurationSetEventDestination_; const DedicatedIpPool: typeof DedicatedIpPool_; const Identity: typeof Identity_; type ConfigurationSet = ConfigurationSet_; type ConfigurationSetEventDestination = ConfigurationSetEventDestination_; type DedicatedIpPool = DedicatedIpPool_; type Identity = Identity_; }