import type { MamaApiClient, MemoryAgentBootstrap } from '../gateways/context-injector.js'; import type { MemoryScopeRef } from './scope-context.js'; interface BuildStandaloneMemoryBootstrapParams { mamaApi: Pick; scopes: MemoryScopeRef[]; currentGoal?: string; mainAgentState?: MemoryAgentBootstrap['main_agent_state']; } export declare function buildStandaloneMemoryBootstrap(params: BuildStandaloneMemoryBootstrapParams): Promise; export declare function formatMemoryBootstrap(packet: MemoryAgentBootstrap): string; export {}; //# sourceMappingURL=bootstrap-context.d.ts.map