/** Init Sentry once when AGENTTUNNELS_SENTRY_DSN or SENTRY_DSN is set. */ export declare function initCliSentry(): void; /** Capture a fatal CLI error and flush before exit. */ export declare function reportFatalError(err: unknown): Promise;