import { API, StaticPlatformPlugin, Logger, PlatformConfig, AccessoryPlugin, Service, Characteristic } from 'homebridge'; import { SmartHomeNG } from './SmartHomeNG'; export declare class SmartHomeNGPlatform implements StaticPlatformPlugin { readonly log: Logger; readonly config: PlatformConfig; readonly api: API; readonly Service: typeof Service; readonly Characteristic: typeof Characteristic; shng: SmartHomeNG; constructor(log: Logger, config: PlatformConfig, api: API); accessories(callback: (foundAccessories: AccessoryPlugin[]) => void): void; } //# sourceMappingURL=platform.d.ts.map