import { Bitcoind } from '../../types';
type GetZmqNotificationsParams = {
    bitcoind: Bitcoind;
};
/**
 * getzmqnotifications
 *
 * Returns information about the active ZeroMQ notifications.
 *
 */
export declare function getZmqNotifications(params: GetZmqNotificationsParams): Promise<any>;
export {};
