import { Bitcoind } from '../../types.js';
type GetNetTotalsParams = {
    bitcoind: Bitcoind;
};
/**
 * getnettotals
 *
 * Returns information about network traffic, including bytes in, bytes out,
 * and current system time.
 *
 */
export declare function getNetTotals(params: GetNetTotalsParams): Promise<any>;
export {};
//# sourceMappingURL=get-net-totals.d.ts.map