import { Bitcoind } from '../../types.js';
type GetZmqNotificationsParams = {
    bitcoind: Bitcoind;
};
/**
 * getzmqnotifications
 *
 * Returns information about the active ZeroMQ notifications.
 *
 */
export declare function getZmqNotifications(params: GetZmqNotificationsParams): Promise<any>;
export {};
//# sourceMappingURL=get-zmq-notifications.d.ts.map