export declare class HelloNotification {
    readonly sourcePeerId: string;
    readonly destinationPeerId?: string | undefined;
    readonly raftLeaderId?: string | undefined;
    readonly customData?: string | undefined;
    readonly requestId?: string | undefined;
    constructor(sourcePeerId: string, destinationPeerId?: string | undefined, raftLeaderId?: string | undefined, customData?: string | undefined, requestId?: string | undefined);
}
//# sourceMappingURL=HelloNotification.d.ts.map