import type { string_javascript_name } from '../../types/string_person_fullname';
/**
 * Gets human-readable titles for MEMORY tool functions.
 *
 * @private function of MemoryCommitmentDefinition
 */
export declare function getMemoryToolTitles(): Record<string_javascript_name, string>;
