import Project_ from './project'; import Placement_ from './placement'; import Device_ from './device'; export declare namespace IoT1Click { const Project: typeof Project_; const Placement: typeof Placement_; const Device: typeof Device_; type Project = Project_; type Placement = Placement_; type Device = Device_; }