import type { LTStartConfig } from '../types/startup'; /** * Register all adapters (logging, telemetry, events, maintenance, * escalation strategy, MCP) based on the startup config. */ export declare function registerAdapters(startConfig: LTStartConfig): void;