import type { MemoryAgentBootstrap, MemoryScopeRef } from './types.js'; interface BuildMemoryAgentBootstrapParams { scopes: MemoryScopeRef[]; channelKey?: string; currentGoal?: string; mainAgentState?: MemoryAgentBootstrap['main_agent_state']; } export declare function buildMemoryAgentBootstrap(params: BuildMemoryAgentBootstrapParams): Promise; export {}; //# sourceMappingURL=bootstrap-builder.d.ts.map