import type { ToolFunction } from '../../scripting/javascript/JavascriptExecutionToolsOptions';
import type { string_javascript_name } from '../../types/string_person_fullname';
/**
 * Creates runtime wallet tool function implementations.
 *
 * @private function of WalletCommitmentDefinition
 */
export declare function createWalletToolFunctions(): Record<string_javascript_name, ToolFunction>;
