#!/usr/bin/env node
import UTorrent from './index.js';
declare global {
    var utorrent: UTorrent;
    var exit: () => Promise<void>;
}
