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