export declare class DeviceVendor { name: string; constructor(name: string); }