import { Options } from './options.js';
export default function tunnelmole(options: Options, isCli?: boolean): Promise<string>;
