import { Orchestrator } from '@remnic/core/orchestrator'; declare function executeMemoryPromote(orchestrator: Orchestrator, params: { memoryId: string; fromNamespace?: string; toNamespace?: string; note?: string; }): Promise; export { executeMemoryPromote };