type SsdpController = { stop: () => void; }; export declare function startAlfenSsdp(params: { chargerId: string; chargerIds?: string[]; port: number; scheme: 'http' | 'https'; getLanIps: () => string[]; }): SsdpController; export {};