/**
 * This file is part of the William Chan.
 * @author William Chan <root@williamchan.me>
 */

/// <reference types="node" />

export function enable(host: string, port: number): void;
export function disable(): void;