import { Codec } from "./Codec";
import { GetParticipantIdResponse } from "../model/GetParticipantIdResponse";
import { GetParticipantIdResponse as PbGetParticipantIdResponse } from "../generated/com/daml/ledger/api/v1/admin/party_management_service_pb";
export declare const GetParticipantIdResponseCodec: Codec<PbGetParticipantIdResponse, GetParticipantIdResponse>;
