import DevicePool_ from './devicePool'; import InstanceProfile_ from './instanceProfile'; import NetworkProfile_ from './networkProfile'; import Project_ from './project'; import TestGridProject_ from './testGridProject'; import VPCEConfiguration_ from './vpceConfiguration'; export declare namespace DeviceFarm { const DevicePool: typeof DevicePool_; const InstanceProfile: typeof InstanceProfile_; const NetworkProfile: typeof NetworkProfile_; const Project: typeof Project_; const TestGridProject: typeof TestGridProject_; const VPCEConfiguration: typeof VPCEConfiguration_; type DevicePool = DevicePool_; type InstanceProfile = InstanceProfile_; type NetworkProfile = NetworkProfile_; type Project = Project_; type TestGridProject = TestGridProject_; type VPCEConfiguration = VPCEConfiguration_; }