import type { API, IndependentPlatformPlugin, Logger, PlatformConfig } from 'homebridge'; export declare class PrometheusExporterPlatform implements IndependentPlatformPlugin { readonly log: Logger; readonly api: API; private readonly httpServer; private httpServerController; private readonly config; constructor(log: Logger, config: PlatformConfig, api: API); private startHapDiscovery; } //# sourceMappingURL=platform.d.ts.map