import { PlatformAccessory, Service } from 'homebridge'; import { HomebridgeAccessoryWrapper, HomebridgeContextProps } from "homebridge-base-platform"; import { HttpDevice } from "./http-device"; import { BaseService } from "./services"; export declare class HttpAccessoryWrapper extends HomebridgeAccessoryWrapper { protected readonly informationService: Service; protected readonly services: BaseService[]; constructor(context: HomebridgeContextProps, accessory: PlatformAccessory, device: HttpDevice); private resetServices; private buildServices; private getServiceFromConfig; private resolveServiceUUID; private resolveHttpServiceConstructor; private initInformationService; getDisplayName(): string; } //# sourceMappingURL=accessory-wrapper.d.ts.map