import type { IMessageChannelParticipant } from "@dugongjs/core";
export declare class MessageChannelParticipantKafkaJS implements IMessageChannelParticipant {
    generateMessageChannelIdForAggregate(origin: string, aggregateType: string): string;
}
