import SMSChannel_ from './smsChannel'; import VoiceChannel_ from './voiceChannel'; import Segment_ from './segment'; import APNSSandboxChannel_ from './apnsSandboxChannel'; import ADMChannel_ from './admChannel'; import ApplicationSettings_ from './applicationSettings'; import EventStream_ from './eventStream'; import Campaign_ from './campaign'; import APNSVoipSandboxChannel_ from './apnsVoipSandboxChannel'; import BaiduChannel_ from './baiduChannel'; import APNSVoipChannel_ from './apnsVoipChannel'; import EmailChannel_ from './emailChannel'; import GCMChannel_ from './gcmChannel'; import App_ from './app'; import APNSChannel_ from './apnsChannel'; export declare namespace Pinpoint { const SMSChannel: typeof SMSChannel_; const VoiceChannel: typeof VoiceChannel_; const Segment: typeof Segment_; const APNSSandboxChannel: typeof APNSSandboxChannel_; const ADMChannel: typeof ADMChannel_; const ApplicationSettings: typeof ApplicationSettings_; const EventStream: typeof EventStream_; const Campaign: typeof Campaign_; const APNSVoipSandboxChannel: typeof APNSVoipSandboxChannel_; const BaiduChannel: typeof BaiduChannel_; const APNSVoipChannel: typeof APNSVoipChannel_; const EmailChannel: typeof EmailChannel_; const GCMChannel: typeof GCMChannel_; const App: typeof App_; const APNSChannel: typeof APNSChannel_; type SMSChannel = SMSChannel_; type VoiceChannel = VoiceChannel_; type Segment = Segment_; type APNSSandboxChannel = APNSSandboxChannel_; type ADMChannel = ADMChannel_; type ApplicationSettings = ApplicationSettings_; type EventStream = EventStream_; type Campaign = Campaign_; type APNSVoipSandboxChannel = APNSVoipSandboxChannel_; type BaiduChannel = BaiduChannel_; type APNSVoipChannel = APNSVoipChannel_; type EmailChannel = EmailChannel_; type GCMChannel = GCMChannel_; type App = App_; type APNSChannel = APNSChannel_; }