import type { LlmToolDefinition } from '../../types/LlmToolDefinition';
/**
 * Creates tool definitions required by WALLET commitment.
 *
 * @private function of WalletCommitmentDefinition
 */
export declare function createWalletTools(existingTools: ReadonlyArray<LlmToolDefinition> | undefined): LlmToolDefinition[];
