import type { WizardModule } from "@onenomad/przm-cortex-core"; import { type WebhooksConfig } from "../config.js"; /** * Webhooks wizard — toggles the HTTP receiver cortex boots for push-based * adapters (GitHub, Slack Events, Linear). Off by default because binding * a port only makes sense when you have a way to expose it publicly * (Tailscale Funnel, reverse proxy, ngrok). The wizard does not try to * install or configure those exposure tools — it just flips the flag and * picks a port. */ export declare const webhooksWizard: WizardModule; //# sourceMappingURL=webhooks-wizard.d.ts.map