import { Options } from "../options.js";
export default function tunnelmole(options: Options): Promise<string>;
