Index: src/services/guardianship/index.js
===================================================================
--- src/services/guardianship/index.js	(revision 65abc8569b0cf766ad2c809114e7f385c1aff3b8)
+++ src/services/guardianship/index.js	(revision 6c152a5a2b3de8369604ab7ceccccad68732ae88)
@@ -18,5 +18,5 @@
 export { helpRequestProps, isHelpRequest, waveProps, isWave, hasGuardiansProps, objectHasGuardians, externalEmbedsAllowed } from './notes.js';
 export { wireDelivery, c2sVisibility, deliverDirectNote } from './delivery.js';
-export { wireHandshake, handleOutbox as handleGuardianshipOutbox, handleInbox as handleGuardianshipInbox, parseRelationship } from './handshake.js';
+export { wireHandshake, handleOutbox as handleGuardianshipOutbox, handleInbox as handleGuardianshipInbox, parseRelationship, parseUndoRelationship, endGuardianship } from './handshake.js';
 export { offersCollection, followsCollection, wardsCollection } from './queues.js';
 export * as follows from './follows.js';
