import type { Advert } from './index.js'; import type { SSDP } from '../index.js'; export declare function createLocation(ssdp: SSDP, advert: Advert): Promise<() => Promise>; //# sourceMappingURL=create-location.d.ts.map