import { Reference, Site } from '../../index.js'; /** * Delete a {@link Site} and remove references to it from {@link Resource.site}. * If a replacement site is offered, update the affected resources to point to * the new site. */ export declare function deleteSite(site: Reference, replacement?: Reference): Promise; //# sourceMappingURL=merge-site.d.ts.map