import type { TraceSink } from '../../../agent/trace/index.js'; export type BootWarningProducer = 'agent-registry' | 'mcp'; export declare function recordBootWarning(a: { bootWarnings: string[]; traceWriter: TraceSink | undefined; producer: BootWarningProducer; message: string; }): Promise;