/** * method-catalog-tailscale.ts * * Tailscale auto-wire verbs: read-only detection of a usable tailscale * environment, and the one-action affordance that sets up `tailscale serve` * for the daemon's web surface, the recommended https path, because the * daemon NEVER mints certificates. Where tailscale is absent, detection says * so once and nothing nags. * * Like the other handler-registered verb groups these declare * `transport: ['ws']` and are served through the generic * `/api/control-plane/methods/{id}/invoke` endpoint. */ import type { GatewayMethodDescriptor } from './method-catalog-shared.js'; export declare const builtinGatewayTailscaleMethodDescriptors: readonly GatewayMethodDescriptor[]; //# sourceMappingURL=method-catalog-tailscale.d.ts.map