import { torrentFromApi, TransferInfo } from "../interfaces.js"; export declare const makeMetrics: (transferInfo: TransferInfo) => string; export declare const countTorrentStates: (torrents: torrentFromApi[]) => Record; export declare const stateMetrics: (torrents: torrentFromApi[]) => string;