import type { TODO_any } from '../../utils/organization/TODO_any';
import type { MemoryToolRuntimeContext } from './MemoryToolRuntimeAdapter';
/**
 * Resolves runtime context from hidden tool arguments.
 *
 * @private function of MemoryCommitmentDefinition
 */
export declare function resolveMemoryRuntimeContext(args: Record<string, TODO_any>): MemoryToolRuntimeContext;
