import Channel_ from './channel'; import Datastore_ from './datastore'; import Dataset_ from './dataset'; import Pipeline_ from './pipeline'; export declare namespace IoTAnalytics { const Channel: typeof Channel_; const Datastore: typeof Datastore_; const Dataset: typeof Dataset_; const Pipeline: typeof Pipeline_; type Channel = Channel_; type Datastore = Datastore_; type Dataset = Dataset_; type Pipeline = Pipeline_; }