import { type ServerContext, type ServiceResult } from "../context.js"; export declare function deleteParticipant(ctx: ServerContext, participantId: string): Promise>; //# sourceMappingURL=participants.d.ts.map