import type { DiscoveryDevice } from './types.js'; export declare class Discovery { private socket; private devices; constructor(); poll(stopIfFound?: string, targetIp?: string): Promise; private getBroadcastIps; } export declare function getDevices(): DiscoveryDevice[]; export declare function getName(name: string): DiscoveryDevice | null; //# sourceMappingURL=discovery.d.ts.map