type MdnsController = { stop: () => void; }; export declare function startMdns(params: { chargerId: string; chargerIds?: string[]; port: number; firmwareVersion?: string; model?: string; getLanIps: () => string[]; serviceType?: string; instancePrefix?: string; vendor?: string; }): MdnsController; /** @deprecated Use startMdns */ export declare const startAlfenMdns: typeof startMdns; export {};