/**
 * Copyright 2020 IBM All Rights Reserved.
 *
 * SPDX-License-Identifier: Apache-2.0
 */
import { EventInfo } from 'fabric-common';
import { BlockEvent } from '../../events';
export declare function newPrivateBlockEvent(eventInfo: EventInfo): BlockEvent;
