import type { Advert } from './index.js';
import type { SSDP } from '../index.js';
export declare const broadcastAdvert: (ssdp: SSDP, advert: Advert, notifcationSubType: string) => void;
//# sourceMappingURL=broadcast-advert.d.ts.map