import type { CachedAdvert } from '../adverts.js'; import type { Advertisement, SSDP } from '../index.js'; export interface Advert { usn: string; interval: number; ttl: number; ipv4: boolean; ipv6: boolean; location: Record; details(): Promise; } export declare function advertise(ssdp: SSDP, options: Advertisement): Promise; //# sourceMappingURL=index.d.ts.map