import { TorrentStatus } from '../model/torrent/GetTorrent';
export declare const parseStatus: (s: TorrentStatus) => any;
