import type { PartyToParticipant } from "../core/types/topology/party-to-participant.js"; export declare class ExternalPartyActivationResponse { readonly partyId: string; readonly synchronizerId: string; readonly transactionHash: string; readonly mapping: PartyToParticipant; constructor(init: { partyId: string; synchronizerId: string; transactionHash: string; mapping: PartyToParticipant; }); }