import type { CliOptions, InteractiveCtx } from './shared.js'; export { buildAgentSession } from './bootstrap-session-builder.js'; export declare function bootstrapSession(options: CliOptions, extras?: { cwd?: string; bootWarnings?: string[]; }): Promise;