import { t as CloudflareTunnelOptions } from "./options-DI3sWmXl.mjs"; import { UnpluginInstance } from "unplugin"; //#region src/index.d.ts /** * @fileoverview Cloudflare Tunnel Unplugin * * A cross-bundler plugin that automatically creates and manages * Cloudflare tunnels for local development, providing instant HTTPS access * to your local dev server from anywhere on the internet. * * @author Cloudflare Tunnel Plugin Contributors * @version 1.0.0 * @license MIT */ declare const CloudflareTunnel: UnpluginInstance; //#endregion export { CloudflareTunnel, CloudflareTunnel as default };